[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / aix-constructor-alias.c
blob0f53dee2be6730adad8a09cb368c6ec13443f877
1 // Check that we pass -mconstructor-aliases when compiling for AIX.
3 // RUN: %clang -### -target powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
4 // RUN: | FileCheck %s
5 // RUN: %clang -### -target powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
6 // RUN: | FileCheck %s
7 // CHECK: "-mconstructor-aliases"