-Wdeprecated clean by making LogBuilder move constructible so it can be returned...
[oota-llvm.git] / tools / llvm-diff / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   Support
5   )
6
7 add_llvm_tool(llvm-diff
8   llvm-diff.cpp
9   DiffConsumer.cpp
10   DiffLog.cpp
11   DifferenceEngine.cpp
12   )