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
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
clang
/
test
/
ClangScanDeps
/
Inputs
/
modules-pch-common-submodule
/
module.modulemap
blob
b7e404e20cef7d8da3ef82e7c6292804d6e4e5ed
1
module ModCommon {
2
header "mod_common.h"
3
4
module ModCommonSub {
5
header "mod_common_sub.h"
6
}
7
}
8
9
module ModTU {
10
header "mod_tu.h"
11
}