[clang] [clang][PowerPC] Add flag to enable compatibility with GNU for complex arguments (PR #77732)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 04:46:58 PDT 2024
================
@@ -0,0 +1,9 @@
+// RUN: %clang -c --target=ppc32 -fcomplex-ppc-gnu-abi %s 2>&1
----------------
AaronBallman wrote:
It'd be nice for this to check `-###` output to ensure that it's passing along the correct `-cc1` option.
https://github.com/llvm/llvm-project/pull/77732
More information about the cfe-commits
mailing list