1 // RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
6 // RUN: %clang -### -fintegrated-as -c -save-temps %s 2>&1 | FileCheck %s -check-prefix FIAS
10 // RUN: %clang -target none -### -fno-integrated-as -S %s 2>&1 \
11 // RUN: | FileCheck %s -check-prefix NOFIAS
15 // NOFIAS: "-fno-verbose-asm"
16 // NOFIAS: -no-integrated-as