xref: /minix3/external/bsd/llvm/dist/clang/test/Frontend/darwin-eabi.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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 -arch armv7 -target thumbv7-apple-darwin-eabi -dM -E %s | FileCheck %s
5 
6 // CHECK-NOT: __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__
7 // CHECK-NOT: __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__
8