repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
Driver
/
darwin-warning-options.c
blob
66047fa0786b43d0fac3a47977cd568a4e2f95c5
1
// Always error about undefined 'TARGET_OS_*' macros on Darwin.
2
// RUN: %clang -### --target=arm64-apple-darwin %s 2>&1 | FileCheck %s
3
4
// CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
5
// CHECK-DAG: "-Werror=undef-prefix"