Stacker uses EH.
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 00:20:39 +0000 (00:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 00:20:39 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/compiler/Makefile
projects/Stacker/tools/stkrc/Makefile

index 053df43694aaa5b7801f99d0ab91f16cdffb3f1a..1f2db178d422a0a524413dcb1b5234f8d534ce65 100644 (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
 
index cfe553b857f21dbfc8bc95c45ee7d6538eb7be7a..643e5d2471fca72fc8b4ab684723951747d89c28 100644 (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