commit | 56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed May 21 02:46:14 2014 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed May 21 02:46:14 2014 +0000 |
tree | 31e41f9ef5bbd9ca52d25a546d6f591a31a98cf8 | |
parent | 773649296da935b62f9c62e42b08f51f09c196c2 [diff] |
[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
diff --git a/llvm/lib/AsmParser/module.modulemap b/llvm/lib/AsmParser/module.modulemap new file mode 100644 index 0000000..cc30006 --- /dev/null +++ b/llvm/lib/AsmParser/module.modulemap
@@ -0,0 +1 @@ +module AsmParser { requires cplusplus umbrella "." module * { export * } }