Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / mbackchain.c
blob7aa020741c9777da9532debbc3fc93f03d0d13b4
1 // RUN: not %clang --target=s390x -c -### %s -mpacked-stack -mbackchain 2>&1 | FileCheck %s
2 // RUN: %clang -target s390x -c -### %s -mpacked-stack -mbackchain -msoft-float \
3 // RUN: 2>&1 | FileCheck %s --check-prefix=KERNEL-BUILD
4 // REQUIRES: systemz-registered-target
6 // CHECK: error: unsupported option '-mpacked-stack -mbackchain -mhard-float'
7 // KERNEL-BUILD-NOT: error: unsupported option