aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r--tools/llvm-extract/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile
index 8efe423..51416c6 100644
--- a/tools/llvm-extract/Makefile
+++ b/tools/llvm-extract/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
TOOLNAME = llvm-extract
-LINK_COMPONENTS := bcreader bcwriter ipo
-REQUIRES_EH := 1
+LINK_COMPONENTS := bcreader bcwriter ipo bitreader bitwriter
include $(LEVEL)/Makefile.common