search for: 4bf57ce

Displaying 1 result from an estimated 1 matches for "4bf57ce".

Did you mean: 4bf55cc
2013 Aug 29
2
[LLVMdev] [PATCH] cmake: BugpointPasses depends on intrinsics_gen
...ude/llvm/IR/Intrinsics.h:41:34: fatal error: llvm/IR/Intrinsics.gen: No such file or directory --- tools/bugpoint-passes/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/bugpoint-passes/CMakeLists.txt b/tools/bugpoint-passes/CMakeLists.txt index 05f190a..4bf57ce 100644 --- a/tools/bugpoint-passes/CMakeLists.txt +++ b/tools/bugpoint-passes/CMakeLists.txt @@ -6,4 +6,7 @@ add_llvm_loadable_module( BugpointPasses TestPasses.cpp ) -add_dependencies(BugpointPasses bugpoint) +add_dependencies(BugpointPasses + bugpoint + intrinsics_gen + ) -- 1.8.1.4