From 3251973d4ac3f95bdc9a573fd082c1d8b140e16a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Jul 2006 00:20:39 +0000 Subject: Stacker uses EH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/lib/compiler/Makefile | 1 + projects/Stacker/tools/stkrc/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'projects') 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 -- cgit v1.2.3