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

7 lines
158 B
CMake

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