summaryrefslogtreecommitdiff
path: root/tools/llvm-profdata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-profdata/Makefile')
-rw-r--r--tools/llvm-profdata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-profdata/Makefile b/tools/llvm-profdata/Makefile
index 4177780d6cf..6f8c16265f3 100644
--- a/tools/llvm-profdata/Makefile
+++ b/tools/llvm-profdata/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := llvm-profdata
-LINK_COMPONENTS := core profiledata support
+LINK_COMPONENTS := profiledata support
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1