Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Frontend / darwin-eabi.c
blob27471e6cfb0e6709e9c2fdc5f718de4ad6321837
1 // RUN: %clang -arch armv6m -dM -E %s | FileCheck %s
2 // RUN: %clang -arch armv7m -dM -E %s | FileCheck %s
3 // RUN: %clang -arch armv7em -dM -E %s | FileCheck %s
4 // RUN: %clang_cc1 -triple thumbv7m-apple-unknown-macho -dM -E %s | FileCheck %s
6 // CHECK-NOT: __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__
7 // CHECK-NOT: __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__