[clang] [llvm] [AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (PR #67999)

via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 08:03:27 PDT 2023


================
@@ -0,0 +1,31 @@
+// RUN: %clang_cc1 %s -triple powerpc-unknown-aix -S -mtocdata=g1,g2,g3 -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-MIX --match-full-lines
----------------
diggerlin wrote:

I am not sure the purpose of the test case, I think all the test scenario have be covered by previous test cases.

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


More information about the cfe-commits mailing list