Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted...
[oota-llvm.git] / utils / TableGen / module.modulemap
1 module TableGen {
2   umbrella "."
3   module * { export * }
4 }