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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
gnumode-non-benign
/
module.h
blob
efde0ad70c55319384147bd79aefd9f2ddea36ac
1
// Check for GNUMode = 1 by looking for the "linux" define which only exists
2
// for GNUMode = 1.
3
#ifdef linux
4
#error
"Submodule has GNUMode=1"
5
#endif