modules: Add explicit dependency on intrinsics_gen
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 16 Jun 2015 00:44:12 +0000 (00:44 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 16 Jun 2015 00:44:12 +0000 (00:44 +0000)
commit51149d558953695f1fd9654496eddf38f0617677
tree5da778b91a4bccc68e8e5e8083999bf5a4efa6c4
parentdfc29fba6035a66b4143f185ffc0ecbfeaca33e2
modules: Add explicit dependency on intrinsics_gen

`LLVM_ENABLE_MODULES` builds sometimes fail because `Intrinsics.td`
needs to regenerate `Instrinsics.h` before anyone can include anything
from the LLVM_IR module.  Represent the dependency explicitly to prevent
that.

llvm-svn: 239796
12 files changed:
llvm/lib/AsmParser/CMakeLists.txt
llvm/lib/Bitcode/Writer/CMakeLists.txt
llvm/lib/ExecutionEngine/CMakeLists.txt
llvm/lib/ExecutionEngine/MCJIT/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
llvm/lib/IRReader/CMakeLists.txt
llvm/lib/Linker/CMakeLists.txt
llvm/lib/Object/CMakeLists.txt
llvm/lib/ProfileData/CMakeLists.txt
llvm/lib/Transforms/Hello/CMakeLists.txt
llvm/unittests/ADT/CMakeLists.txt