msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)
[oota-llvm.git] / tools / llvm-cov / CMakeLists.txt
index 7184b9ebde937f793291e91fd683ef66ab1930a2..e4c10ea76dccf9d8a3fa07dc4739852e6e88507b 100644 (file)
@@ -1,5 +1,6 @@
-set(LLVM_LINK_COMPONENTS instrumentation )
+set(LLVM_LINK_COMPONENTS core support )
 
 add_llvm_tool(llvm-cov
   llvm-cov.cpp
+  gcov.cpp
   )