llvm-capstone/llvm/lib/CodeGen/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

2 lines
73 B
Plaintext

module CodeGen { requires cplusplus umbrella "." module * { export * } }