brintos

brintos / llvm-project-archived public Read only

0
0
Text · 411 B · 9d62632 Raw
8 lines · c
1// RUN: %clang --target=armv6m-apple-darwin -dM -E %s | FileCheck %s2// RUN: %clang --target=armv7m-apple-darwin -dM -E %s | FileCheck %s3// RUN: %clang --target=armv7em-apple-darwin -dM -E %s | FileCheck %s4// RUN: %clang_cc1 -triple thumbv7m-apple-unknown-macho -dM -E %s | FileCheck %s5 6// CHECK-NOT: __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__7// CHECK-NOT: __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__8