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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
cpp
/
gmodules
/
template-with-same-arg
/
module.modulemap
blob
ec0d7c561450ee721e6b7438704c1a4f95dad23b
1
module Module1 {
2
header "module1.h"
3
export *
4
}
5
6
module Module2 {
7
header "module2.h"
8
export *
9
}
10
11
module BaseModule {
12
header "base_module.h"
13
export *
14
}