summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r--tools/llvm-dis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index 8e54fb347c..011409e3dd 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -10,4 +10,6 @@ LEVEL = ../..
TOOLNAME = llvm-dis
USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
+
include $(LEVEL)/Makefile.common