summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm2cpp/Makefile')
-rw-r--r--tools/llvm2cpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile
index d6b65c8923..cc3169c46f 100644
--- a/tools/llvm2cpp/Makefile
+++ b/tools/llvm2cpp/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm2cpp
USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common