1
0
mirror of https://github.com/RPCSX/llvm.git synced 2025-04-16 15:10:53 +00:00
2013-12-10 11:13:32 +00:00

13 lines
158 B
CMake

set(LLVM_LINK_COMPONENTS
Core
IRReader
Support
)
add_llvm_tool(llvm-diff
llvm-diff.cpp
DiffConsumer.cpp
DiffLog.cpp
DifferenceEngine.cpp
)