1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

update cmakefile

llvm-svn: 92466
This commit is contained in:
Chris Lattner 2010-01-04 07:19:55 +00:00
parent fbcc4eb5a5
commit 176c21d33e

View File

@ -1,5 +1,6 @@
add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
InstCombineSimplifyDemanded.cpp
)
target_link_libraries (LLVMInstCombine LLVMTransformUtils)