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
/
unavailable-local-visibility
/
module.modulemap
blob
8da3d3c1ab0e69f90d6c8441bc0fcf87153f8026
1
module M {
2
module a { header "a.h" export * }
3
module b { header "b.h" export * }
4
module doesnotexist { header "doesnotexist.h" }
5
}
6
module X {
7
header "x.h"
8
export *
9
}