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
/
odr_hash-Unresolved
/
module.modulemap
blob
ac7fc43cae638bbc4bb610e4b8ed674e0006da96
1
module Module1 {
2
module Sub1 {
3
umbrella "Sub1"
4
module * { export * }
5
}
6
7
module Sub2 {
8
umbrella "Sub2"
9
module * { export * }
10
}
11
}
12
13
module Module2 {
14
umbrella "Module2"
15
module * { export * }
16
}
17
18
module Other {
19
textual header "function.h"
20
textual header "class.h"
21
}