xref: /llvm-project/clang/test/Driver/solaris-as.c (revision 77e0863e3902c0f8ea6acafdcc26c787018471f0)
1 /// General tests for assembler invocations on Solaris.
2 
3 /// Test that clang uses gas on Solaris.
4 // RUN: %clang -x assembler %s -### -c -fno-integrated-as \
5 // RUN:         --target=sparc-sun-solaris2.11 2>&1 \
6 // RUN:   | FileCheck --check-prefix=CHECK-GAS %s
7 // RUN: %clang -x assembler %s -### -c -fno-integrated-as \
8 // RUN:         --target=sparc-sun-solaris2.11 2>&1 \
9 // RUN:   | FileCheck --check-prefix=CHECK-GAS %s
10 /// Allow for both "/usr/bin/gas" (native) and "gas" (cross) forms.
11 // CHECK-GAS: gas"
12