xref: /llvm-project/clang/test/Frontend/darwin-eabi.c (revision 4e0275a2c8f7f94cc1aacf4803fc827fad8f56d4)
1 // RUN: %clang --target=armv6m-apple-darwin -dM -E %s | FileCheck %s
2 // RUN: %clang --target=armv7m-apple-darwin -dM -E %s | FileCheck %s
3 // RUN: %clang --target=armv7em-apple-darwin -dM -E %s | FileCheck %s
4 // RUN: %clang_cc1 -triple thumbv7m-apple-unknown-macho -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