diff options
Diffstat (limited to 'tools/bugpoint-passes/CMakeLists.txt')
-rw-r--r-- | tools/bugpoint-passes/CMakeLists.txt | 2 |
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) |