summaryrefslogtreecommitdiff
path: root/utils/TableGen
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 /utils/TableGen
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 'utils/TableGen')
-rw-r--r--utils/TableGen/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/TableGen/module.modulemap b/utils/TableGen/module.modulemap
new file mode 100644
index 0000000000..8871bbfd4a
--- /dev/null
+++ b/utils/TableGen/module.modulemap
@@ -0,0 +1,4 @@
+module TableGen {
+ umbrella "."
+ module * { export * }
+}