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