brintos

brintos / llvm-project-archived public Read only

0
0
Text · 513 B · bf06dd9 Raw
12 lines · c
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 %s7// 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 %s10/// Allow for both "/usr/bin/gas" (native) and "gas" (cross) forms.11// CHECK-GAS: gas"12