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