Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces false posit...
[oota-llvm.git] / tools / llvm-diff / CMakeLists.txt
index c59d69ea0d45506fe1ce6f5b07481b33367e4317..4407a86c1519727a5788c0ad15ccae00e704afcd 100644 (file)
@@ -1,4 +1,8 @@
-set(LLVM_LINK_COMPONENTS support asmparser bitreader)
+set(LLVM_LINK_COMPONENTS
+  Core
+  IRReader
+  Support
+  )
 
 add_llvm_tool(llvm-diff
   llvm-diff.cpp