================
@@ -0,0 +1,14 @@
+// REQUIRES: powerpc-registered-target
+// RUN: %clang -target powerpc64le -c %s -mllvm -stop-after=finalize-isel -o - 
| \
+// RUN:   FileCheck %s
+// RUN: %clang -target powerpc64 -c %s -mllvm -stop-after=finalize-isel -o - | 
\
+// RUN:   FileCheck %s
----------------
bzEq wrote:

`-mllvm -stop-after=finalize-isel` should make `-c` and `-S` no difference, I 
think.

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

Reply via email to