Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / integrated-as.c
blobd7658fdfd63374c241f3020f51a69cfcd47c6160
1 // XFAIL: target={{.*}}-aix{{.*}}
3 // RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
5 // CHECK: cc1as
6 // CHECK: -mrelax-all
8 // RUN: %clang -### -fintegrated-as -c -save-temps %s 2>&1 | FileCheck %s -check-prefix FIAS
10 // FIAS: cc1as
12 // RUN: %clang -target none -### -fno-integrated-as -S %s 2>&1 \
13 // RUN: | FileCheck %s -check-prefix NOFIAS
15 // NOFIAS-NOT: cc1as
16 // NOFIAS: -cc1
17 // NOFIAS: -no-integrated-as