[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)
commit56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837
tree31e41f9ef5bbd9ca52d25a546d6f591a31a98cf8
parent773649296da935b62f9c62e42b08f51f09c196c2
[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
llvm/include/llvm-c/module.modulemap [new file with mode: 0644]
llvm/include/llvm/CMakeLists.txt
llvm/include/llvm/module.modulemap [new file with mode: 0644]
llvm/include/llvm/module.modulemap.build [new file with mode: 0644]
llvm/lib/AsmParser/module.modulemap [new file with mode: 0644]
llvm/lib/Bitcode/module.modulemap [new file with mode: 0644]
llvm/lib/CodeGen/module.modulemap [new file with mode: 0644]
llvm/lib/DebugInfo/module.modulemap [new file with mode: 0644]
llvm/lib/IR/module.modulemap [new file with mode: 0644]
llvm/lib/TableGen/module.modulemap [new file with mode: 0644]
llvm/utils/TableGen/module.modulemap [new file with mode: 0644]