freebsd-dev/contrib/llvm/include/llvm-c/module.modulemap
Dimitry Andric 91bc56ed82 Merge llvm 3.5.0 release from ^/vendor/llvm/dist, resolve conflicts, and
preserve our customizations, where necessary.
2014-11-24 17:02:24 +00:00

5 lines
57 B
Plaintext

module LLVM_C {
umbrella "."
module * { export * }
}