summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 00:20:39 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 00:20:39 +0000
commit3251973d4ac3f95bdc9a573fd082c1d8b140e16a (patch)
tree5f48cb0171dfd6b8ff8327d1b1a1bfab4d3ad113 /projects
parent408a39b3a0cfe370e465db521de8561874796da4 (diff)
downloadllvm-3251973d4ac3f95bdc9a573fd082c1d8b140e16a.tar.gz
llvm-3251973d4ac3f95bdc9a573fd082c1d8b140e16a.tar.bz2
llvm-3251973d4ac3f95bdc9a573fd082c1d8b140e16a.tar.xz
Stacker uses EH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/lib/compiler/Makefile1
-rw-r--r--projects/Stacker/tools/stkrc/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile
index 053df43694..1f2db178d4 100644
--- a/projects/Stacker/lib/compiler/Makefile
+++ b/projects/Stacker/lib/compiler/Makefile
@@ -4,6 +4,7 @@ LEVEL := ../..
LIBRARYNAME := stkr_compiler
EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs
+REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile
index cfe553b857..643e5d2471 100644
--- a/projects/Stacker/tools/stkrc/Makefile
+++ b/projects/Stacker/tools/stkrc/Makefile
@@ -15,6 +15,7 @@ LLVMLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMipo.a LLVMScalarOpts.a \
CONFIG_FILES = st
EXTRA_DIST = st
USEDLIBS=stkr_compiler
+REQUIRES_EH := 1
ifdef PARSE_DEBUG