You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
363 B
8 lines
363 B
// RUN: %clang -arch armv6m -dM -E %s | FileCheck %s
|
|
// RUN: %clang -arch armv7m -dM -E %s | FileCheck %s
|
|
// RUN: %clang -arch armv7em -dM -E %s | FileCheck %s
|
|
// RUN: %clang_cc1 -triple thumbv7m-apple-unknown-macho -dM -E %s | FileCheck %s
|
|
|
|
// CHECK-NOT: __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__
|
|
// CHECK-NOT: __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__
|