teak-llvm/llvm/utils/TableGen/module.modulemap
Richard Smith 56f9c191e1 [modules] Add module maps for LLVM. These are not quite ready for prime-time
yet, but only a few more Clang patches need to land. (I have 'ninja check'
passing locally.)

llvm-svn: 209269
2014-05-21 02:46:14 +00:00

5 lines
59 B
Plaintext

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