summaryrefslogtreecommitdiff
path: root/tools/llvm-prof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r--tools/llvm-prof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile
index 72e2bcf184..505576b903 100644
--- a/tools/llvm-prof/Makefile
+++ b/tools/llvm-prof/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-prof
-LINK_COMPONENTS = bcreader bitreader analysis
+LINK_COMPONENTS = bitreader analysis
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common