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
/
submodule-visibility
/
module.modulemap
blob
d2f0c7783ffa2b39ae8bc3be613820cf39aa4ce4
1
module x { module a { header "a.h" } module b { header "b.h" } }
2
module other { header "other.h" }
3
4
module cycles {
5
module cycle1 { header "cycle1.h" }
6
module cycle2 { header "cycle2.h" }
7
}