Stacker uses EH.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-07-07 00:20:39 +00:00
parent 408a39b3a0
commit 3251973d4a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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