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