blob: 66047fa0786b43d0fac3a47977cd568a4e2f95c5 (
plain)
1
2
3
4
5
|
// Always error about undefined 'TARGET_OS_*' macros on Darwin.
// RUN: %clang -### --target=arm64-apple-darwin %s 2>&1 | FileCheck %s
// CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
// CHECK-DAG: "-Werror=undef-prefix"
|