1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms/InstCombine/CMakeLists.txt

13 lines
312 B
CMake
Raw Normal View History

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