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