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
/
separate_map_tree
/
maps
/
modulea.map
blob
736503ecaebe8f8cb35d31f4459a7003901e2bae
1
module D {
2
header "../src/common.h"
3
}
4
5
module A {
6
header "../src/common.h"
7
use C
8
}
9
10
extern module B "moduleb.map"
11
extern module C "modulec.map"
12