1*5bc644aeSJake Egan // Check that we pass -mconstructor-aliases when compiling for AIX. 2b116ded5SHubert Tong 3b116ded5SHubert Tong // RUN: %clang -### -target powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \ 4b116ded5SHubert Tong // RUN: | FileCheck %s 5b116ded5SHubert Tong // RUN: %clang -### -target powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \ 6b116ded5SHubert Tong // RUN: | FileCheck %s 7*5bc644aeSJake Egan // CHECK: "-mconstructor-aliases" 8