[modules] Add module maps for LLVM. These are not quite ready for prime-time
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 21 May 2014 02:46:14 +0000 (02:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 21 May 2014 02:46:14 +0000 (02:46 +0000)
commit651f680b79947b345a5cd6ddb177483365e3b551
treef57f09c583fa272dff423559600ea8e51f976af8
parent91bbc253bd8748562e082da37232c8d283f6f3b5
[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
include/llvm-c/module.modulemap [new file with mode: 0644]
include/llvm/CMakeLists.txt
include/llvm/module.modulemap [new file with mode: 0644]
include/llvm/module.modulemap.build [new file with mode: 0644]
lib/AsmParser/module.modulemap [new file with mode: 0644]
lib/Bitcode/module.modulemap [new file with mode: 0644]
lib/CodeGen/module.modulemap [new file with mode: 0644]
lib/DebugInfo/module.modulemap [new file with mode: 0644]
lib/IR/module.modulemap [new file with mode: 0644]
lib/TableGen/module.modulemap [new file with mode: 0644]
utils/TableGen/module.modulemap [new file with mode: 0644]