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)
commit5449852030889d0e5cb5b350f9018efe1d147313
tree52cdbe10e043ca9a7dcd0eb61aad6c86340b12ea
parent6025d734a827221eb1e27bda6aef99c7d47544bf
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239796 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/AsmParser/CMakeLists.txt
lib/Bitcode/Writer/CMakeLists.txt
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/MCJIT/CMakeLists.txt
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/IRReader/CMakeLists.txt
lib/Linker/CMakeLists.txt
lib/Object/CMakeLists.txt
lib/ProfileData/CMakeLists.txt
lib/Transforms/Hello/CMakeLists.txt
unittests/ADT/CMakeLists.txt