summaryrefslogtreecommitdiff
path: root/lib/Bitcode
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-05-21 02:46:14 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-05-21 02:46:14 +0000
commit651f680b79947b345a5cd6ddb177483365e3b551 (patch)
treef57f09c583fa272dff423559600ea8e51f976af8 /lib/Bitcode
parent91bbc253bd8748562e082da37232c8d283f6f3b5 (diff)
downloadllvm-651f680b79947b345a5cd6ddb177483365e3b551.tar.gz
llvm-651f680b79947b345a5cd6ddb177483365e3b551.tar.bz2
llvm-651f680b79947b345a5cd6ddb177483365e3b551.tar.xz
[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.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r--lib/Bitcode/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bitcode/module.modulemap b/lib/Bitcode/module.modulemap
new file mode 100644
index 0000000000..7df1a0a3c7
--- /dev/null
+++ b/lib/Bitcode/module.modulemap
@@ -0,0 +1 @@
+module Bitcode { requires cplusplus umbrella "." module * { export * } }