mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 21:00:00 +00:00
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:
parent
408a39b3a0
commit
3251973d4a
@ -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