xref
: /
dports
/
lang
/
rust
/
rustc-1.58.1-src
/
src
/
llvm-project
/
llvm
/
include
/
llvm-c
/
module.modulemap
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module LLVM_C {
2
umbrella "."
3
module * { export * }
4
}
5