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