[clang] [clang][PowerPC] Add flag to enable compatibility with GNU for complex arguments (PR #77732)

zhijian lin via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 13:22:30 PST 2024


================
@@ -0,0 +1,132 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
+
+// RUN: %clang_cc1 -triple powerpc-unknown-linux-gnu -target-cpu pwr8 \
----------------
diggerlin wrote:

do you really need `-target-cpu pwr8` since the test case only check generated IR?

https://github.com/llvm/llvm-project/pull/77732


More information about the cfe-commits mailing list