search for: 90f24ba

Displaying 1 result from an estimated 1 matches for "90f24ba".

2010 Jan 04
2
[LLVMdev] [PATCH] Add InstCombine to CMake.
...er) add_subdirectory(lib/Transforms/Utils) +add_subdirectory(lib/Transforms/InstCombine) add_subdirectory(lib/Transforms/Instrumentation) add_subdirectory(lib/Transforms/Scalar) add_subdirectory(lib/Transforms/IPO) diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt index 90f24ba..fd32a68 100644 --- a/tools/bugpoint/CMakeLists.txt +++ b/tools/bugpoint/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo +set(LLVM_LINK_COMPONENTS asmparser instcombine instrumentation scalaropts ipo linker bitreader bitwriter) set(LLVM_REQUIRES...