OpenGrok
Cross Reference: module.modulemap
xref
: /
prebuilts
/
clang
/
host
/
darwin-x86
/
clang-4053586
/
prebuilt_include
/
llvm
/
include
/
llvm-c
/
module.modulemap
Home
|
History
|
Annotate
|
Download
|
only in
llvm-c
1
module LLVM_C {
2
umbrella "."
3
module * { export * }
4
}
5