[CMake] NFC. Updating CMake dependency specifications
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:31:53 +0000 (23:31 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:31:53 +0000 (23:31 +0000)
commitb653c4957d21bc1e59a435c627dc2e0351a37c2b
tree3e753ef52c913d467766372cf223a9fe0fa60c9a
parent73f03752b6281fd6c29bc4d7c050c6766d22b90e
[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.

llvm-svn: 287408
lldb/cmake/modules/AddLLDB.cmake
lldb/source/Expression/CMakeLists.txt
lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt