Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / darwin-warning-options.c
blob66047fa0786b43d0fac3a47977cd568a4e2f95c5
1 // Always error about undefined 'TARGET_OS_*' macros on Darwin.
2 // RUN: %clang -### --target=arm64-apple-darwin %s 2>&1 | FileCheck %s
4 // CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
5 // CHECK-DAG: "-Werror=undef-prefix"