From: Chris Lattner Date: Fri, 7 Jul 2006 00:20:39 +0000 (+0000) Subject: Stacker uses EH. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3251973d4ac3f95bdc9a573fd082c1d8b140e16a;p=oota-llvm.git Stacker uses EH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index 053df43694a..1f2db178d42 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 cfe553b857f..643e5d2471f 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