xref: /aosp_15_r20/external/llvm/include/llvm-c/module.modulemap (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1module LLVM_C {
2  umbrella "."
3  module * { export * }
4}
5