llvm-project/llvm/lib/Transforms/InstCombine/CMakeLists.txt

9 lines
207 B
CMake
Raw Normal View History

add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
2010-01-04 15:19:55 +08:00
InstCombineSimplifyDemanded.cpp
)
target_link_libraries (LLVMInstCombine LLVMTransformUtils)