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