llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 14 Nov 2013 11:45:16 +0000 (11:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 14 Nov 2013 11:45:16 +0000 (11:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194695 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/Makefile

index 7184b9ebde937f793291e91fd683ef66ab1930a2..67cea71dd016760fa1c33d77475b7e13e1f4068b 100644 (file)
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS instrumentation )
+set(LLVM_LINK_COMPONENTS core support )
 
 add_llvm_tool(llvm-cov
   llvm-cov.cpp
index 2d47ce4d4b65a9c3cc5c7ddc9356fcc056350c7a..efed6cc7942e734ccec32bbaea7cbc855ff40146 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-cov
-LINK_COMPONENTS := instrumentation
+LINK_COMPONENTS := core support
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1