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
/
string_names
/
module.map
blob
4e70eda39924026de56a3c6bec88ab31bd977110
1
module "my/module-a" {
2
header "a.h"
3
use "my/module-c"
4
5
module "Sub" {
6
header "sub.h"
7
}
8
}
9
10
module "my/module-b" {
11
header "b.h"
12
}
13
14
module "my/module-c" {
15
header "c.h"
16
}