1set(LLVM_LINK_COMPONENTS
2  Core
3  IRReader
4  Support
5  )
6
7add_llvm_tool(llvm-diff
8  llvm-diff.cpp
9  DiffConsumer.cpp
10  DiffLog.cpp
11  DifferenceEngine.cpp
12  )
13