aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/solaris-as.c
blob: bf06dd97cc3862c7abc2ccd849f25178d8aadfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/// General tests for assembler invocations on Solaris.

/// Test that clang uses gas on Solaris.
// RUN: %clang -x assembler %s -### -c -fno-integrated-as \
// RUN:         --target=sparc-sun-solaris2.11 2>&1 \
// RUN:   | FileCheck --check-prefix=CHECK-GAS %s
// RUN: %clang -x assembler %s -### -c -fno-integrated-as \
// RUN:         --target=sparc-sun-solaris2.11 2>&1 \
// RUN:   | FileCheck --check-prefix=CHECK-GAS %s
/// Allow for both "/usr/bin/gas" (native) and "gas" (cross) forms.
// CHECK-GAS: gas"