blob: 4407a86c1519727a5788c0ad15ccae00e704afcd [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 Core
3 IRReader
4 Support
5 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +00006
John McCall5e6a16d2010-07-29 07:53:27 +00007add_llvm_tool(llvm-diff
8 llvm-diff.cpp
Renato Golin4b6ae932011-03-14 22:22:46 +00009 DiffConsumer.cpp
10 DiffLog.cpp
John McCall5e6a16d2010-07-29 07:53:27 +000011 DifferenceEngine.cpp
12 )