[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types...
[oota-llvm.git] / utils / TableGen / module.modulemap
1 module TableGen {
2   umbrella "."
3   module * { export * }
4 }