summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/bugpoint-passes/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint-passes/CMakeLists.txt b/llvm/tools/bugpoint-passes/CMakeLists.txt
index de68bb5d31d..e32b0a3aa34 100644
--- a/llvm/tools/bugpoint-passes/CMakeLists.txt
+++ b/llvm/tools/bugpoint-passes/CMakeLists.txt
@@ -16,6 +16,8 @@ endif()
add_llvm_loadable_module( BugpointPasses
TestPasses.cpp
- )
-add_dependencies(BugpointPasses bugpoint)
+ DEPENDS
+ intrinsics_gen
+ bugpoint
+ )
OpenPOWER on IntegriCloud