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