freebsd-src/contrib/llvm/utils/TableGen/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
59 B
Plaintext

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