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