[TableGen] Fix a bug introduced in r256627. If the switch was not emitted we still...
[oota-llvm.git] / utils / TableGen / module.modulemap
1 module TableGen {
2   umbrella "."
3   module * { export * }
4 }