diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:20:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:20:39 +0000 |
commit | 3251973d4ac3f95bdc9a573fd082c1d8b140e16a (patch) | |
tree | 5f48cb0171dfd6b8ff8327d1b1a1bfab4d3ad113 /projects/Stacker/lib/compiler | |
parent | 408a39b3a0cfe370e465db521de8561874796da4 (diff) |
Stacker uses EH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker/lib/compiler')
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index 053df43694..1f2db178d4 100644 --- a/projects/Stacker/lib/compiler/Makefile +++ b/projects/Stacker/lib/compiler/Makefile @@ -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 |