OSDN Git Service

[CMake] NFC. Updating CMake dependency specifications
authorChris Bieneman <beanz@apple.com>
Thu, 17 Nov 2016 04:36:50 +0000 (04:36 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 17 Nov 2016 04:36:50 +0000 (04:36 +0000)
commit92cb3eecbd9ba49ef04ed1b0cd70c549cace5d4c
treee84924a501e8f6808ecd65a41d101c74b7cce99e
parent44a5962ac51c6b6892fcbbfda15f8e695f418a7a
[CMake] NFC. Updating CMake dependency specifications

This patch updates a bunch of places where add_dependencies was being explicitly called to add dependencies on intrinsics_gen to instead use the DEPENDS named parameter. This cleanup is needed for a patch I'm working on to add a dependency debugging mode to the build system.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287206 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
lib/Analysis/CMakeLists.txt
lib/Bitcode/Reader/CMakeLists.txt
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/CMakeLists.txt
lib/CodeGen/GlobalISel/CMakeLists.txt
lib/CodeGen/MIRParser/CMakeLists.txt
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/ExecutionEngine/Interpreter/CMakeLists.txt
lib/IR/CMakeLists.txt
lib/LTO/CMakeLists.txt
lib/Passes/CMakeLists.txt
lib/Target/AArch64/CMakeLists.txt
lib/Target/AVR/CMakeLists.txt
lib/Target/WebAssembly/CMakeLists.txt
lib/Transforms/Coroutines/CMakeLists.txt
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/InstCombine/CMakeLists.txt
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Vectorize/CMakeLists.txt