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

9 lines
207 B
CMake

add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineSimplifyDemanded.cpp
)
target_link_libraries (LLVMInstCombine LLVMTransformUtils)