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:
parent
15f896e231
commit
2ca7327460
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user