1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Stacker uses EH.

llvm-svn: 29032
This commit is contained in:
Chris Lattner 2006-07-07 00:20:39 +00:00
parent 15f896e231
commit 2ca7327460
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