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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
dependency-gen-base.modulemap
blob
8b30ffa67455eb388d2563845a1ae72a803c4e14
1
module "test-base" {
2
export *
3
header "Inputs/dependency-gen-included.h"
4
use "test-base2"
5
}
6
extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"