xref: /openbsd-src/gnu/llvm/llvm/include/llvm-c/module.modulemap (revision 1a8dbaac879b9f3335ad7fb25429ce63ac1d6bac)
1module LLVM_C {
2  umbrella "."
3  module * { export * }
4}
5