summaryrefslogtreecommitdiff
path: root/tools/llvm-ranlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ranlib/Makefile')
-rw-r--r--tools/llvm-ranlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile
index b97c17c79a..1379532f5e 100644
--- a/tools/llvm-ranlib/Makefile
+++ b/tools/llvm-ranlib/Makefile
@@ -11,5 +11,6 @@ LEVEL = ../..
TOOLNAME = llvm-ranlib
USEDLIBS = LLVMArchive.a LLVMBCReader.a \
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common