summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/Makefile
diff options
context:
space:
mode:
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