summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 11:45:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 11:45:16 +0000
commit05c837ec24ba0de81c2d4068b925996f3cadef53 (patch)
treeea5f53034077779f255b8c1f38c8abb9a676eda4 /tools/llvm-cov/Makefile
parentd19c4ceb2640bcfef6b25f90f3527ffd6bbbb1cf (diff)
downloadllvm-05c837ec24ba0de81c2d4068b925996f3cadef53.tar.gz
llvm-05c837ec24ba0de81c2d4068b925996f3cadef53.tar.bz2
llvm-05c837ec24ba0de81c2d4068b925996f3cadef53.tar.xz
llvm-cov requires IR and Support as libraries. Instrumentation would be overkill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-cov/Makefile')
-rw-r--r--tools/llvm-cov/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-cov/Makefile b/tools/llvm-cov/Makefile
index 2d47ce4d4b..efed6cc794 100644
--- a/tools/llvm-cov/Makefile
+++ b/tools/llvm-cov/Makefile
@@ -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