Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert.
[oota-llvm.git] / lib / TableGen / module.modulemap
1 module TableGen { requires cplusplus umbrella "." module * { export * } }