summaryrefslogtreecommitdiff
path: root/tools/bugpoint-passes
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint-passes')
-rw-r--r--tools/bugpoint-passes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint-passes/CMakeLists.txt b/tools/bugpoint-passes/CMakeLists.txt
index 50109a52c2..b2f1bb5d13 100644
--- a/tools/bugpoint-passes/CMakeLists.txt
+++ b/tools/bugpoint-passes/CMakeLists.txt
@@ -1,3 +1,5 @@
add_llvm_loadable_module( BugpointPasses
TestPasses.cpp
)
+
+add_dependencies(BugpointPasses bugpoint)