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
/
export_as_test.modulemap
blob
4aaec4194ef5af410faec21320ae5cebd7254a05
1
module PrivateFoo {
2
export_as Foo
3
export_as Bar
4
export_as Bar
5
6
module Sub {
7
export_as Wibble
8
}
9
}