[llvm-commits] CVS: llvm/utils/TableGen/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 6 17:21:29 PDT 2006



Changes in directory llvm/utils/TableGen:

Makefile updated: 1.18 -> 1.19
---
Log message:

tblgen uses EH


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

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.18 llvm/utils/TableGen/Makefile:1.19
--- llvm/utils/TableGen/Makefile:1.18	Thu Jun  1 13:20:23 2006
+++ llvm/utils/TableGen/Makefile	Thu Jul  6 19:21:17 2006
@@ -6,11 +6,13 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 TOOLNAME = tblgen
 USEDLIBS = LLVMSupport.a LLVMSystem.a
 EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
 	     FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list