[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / integrated-as.c
blobdfd669a626bdef4ac480b1618127fe4e734da8d0
1 // RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
3 // CHECK: cc1as
4 // CHECK: -mrelax-all
6 // RUN: %clang -### -fintegrated-as -c -save-temps %s 2>&1 | FileCheck %s -check-prefix FIAS
8 // FIAS: cc1as
10 // RUN: %clang -target none -### -fno-integrated-as -S %s 2>&1 \
11 // RUN: | FileCheck %s -check-prefix NOFIAS
13 // NOFIAS-NOT: cc1as
14 // NOFIAS: -cc1
15 // NOFIAS: "-fno-verbose-asm"
16 // NOFIAS: -no-integrated-as