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