xref: /aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/module.modulemap (revision 03ce13f70fcc45d86ee91b7ee4cab1936a95046e)
1module LLVM_C {
2  umbrella "."
3  module * { export * }
4}
5