================
@@ -0,0 +1,5 @@
+/// Some target-specific options are ignored for GPU, so %clang exits with 
code 0.
+// DEFINE: %{check} = %clang -### -c -mcmodel=medium
----------------
Artem-B wrote:

> Also, what exactly are we checking here? With `-###` CC1 sub-compilations do 
> not run and, I think, that's where unsupported options were triggering 
> warning/errors.

We're still only running the top-level driver. Weren't errors reported by cc1 
compilation?



https://github.com/llvm/llvm-project/pull/79222
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to