[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 6 17:20:54 PDT 2006



Changes in directory llvm/projects/Stacker/lib/compiler:

Makefile updated: 1.8 -> 1.9
---
Log message:

Stacker uses EH.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.8 llvm/projects/Stacker/lib/compiler/Makefile:1.9
--- llvm/projects/Stacker/lib/compiler/Makefile:1.8	Fri Jun  2 13:21:11 2006
+++ llvm/projects/Stacker/lib/compiler/Makefile	Thu Jul  6 19:20:39 2006
@@ -4,6 +4,7 @@
 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
 






More information about the llvm-commits mailing list