brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · 66047fa Raw
6 lines · c
1// Always error about undefined 'TARGET_OS_*' macros on Darwin.2// RUN: %clang -### --target=arm64-apple-darwin %s 2>&1 | FileCheck %s3 4// CHECK-DAG: "-Wundef-prefix=TARGET_OS_"5// CHECK-DAG: "-Werror=undef-prefix"6