blob: c59d69ea0d45506fe1ce6f5b07481b33367e4317 [file] [log] [blame]
Michael J. Spencer3a210e22010-09-13 23:59:48 +00001set(LLVM_LINK_COMPONENTS support asmparser bitreader)
2
John McCall3dd706b2010-07-29 07:53:27 +00003add_llvm_tool(llvm-diff
4 llvm-diff.cpp
Renato Golin7d4fc4f2011-03-14 22:22:46 +00005 DiffConsumer.cpp
6 DiffLog.cpp
John McCall3dd706b2010-07-29 07:53:27 +00007 DifferenceEngine.cpp
8 )