This patch is a big refactoring of llvm-diff. It doesn't add new features, but it...
[oota-llvm.git] / tools / llvm-diff / CMakeLists.txt
index f6d65c947a58cfc44a536eda7ead02230eb78496..c59d69ea0d45506fe1ce6f5b07481b33367e4317 100644 (file)
@@ -2,5 +2,7 @@ set(LLVM_LINK_COMPONENTS support asmparser bitreader)
 
 add_llvm_tool(llvm-diff
   llvm-diff.cpp
+  DiffConsumer.cpp
+  DiffLog.cpp
   DifferenceEngine.cpp
   )