diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-05-21 02:46:14 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-05-21 02:46:14 +0000 |
commit | 56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837 (patch) | |
tree | 31e41f9ef5bbd9ca52d25a546d6f591a31a98cf8 /llvm/lib/AsmParser/module.modulemap | |
parent | 773649296da935b62f9c62e42b08f51f09c196c2 (diff) | |
download | bcm5719-llvm-56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837.tar.gz bcm5719-llvm-56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837.zip |
[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
Diffstat (limited to 'llvm/lib/AsmParser/module.modulemap')
-rw-r--r-- | llvm/lib/AsmParser/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/module.modulemap b/llvm/lib/AsmParser/module.modulemap new file mode 100644 index 00000000000..cc300060b3f --- /dev/null +++ b/llvm/lib/AsmParser/module.modulemap @@ -0,0 +1 @@ +module AsmParser { requires cplusplus umbrella "." module * { export * } } |