[PATCH] D80415: [AIX] Add '-bcdtors:all:0:s' to linker to gather static init functions
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 22 11:15:31 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: clang/test/Driver/aix-ld.cpp:9
+// CHECK-LD32-ARG-ORDER-NOT: warning:
+// CHECK-LD32-ARG-ORDER: {{.*}}clang{{(.exe)?}}" "-cc1" "-triple" "powerpc-ibm-aix7.1.0.0"
+// CHECK-LD32-ARG-ORDER: "-isysroot" "[[SYSROOT:[^"]+]]"
----------------
I am not sure I've seen this used in conjunction with `%clangxx`.
`"{{.*}}clang{{.*}}"` seems appropriate based on existing usage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80415/new/
https://reviews.llvm.org/D80415
More information about the cfe-commits
mailing list