tblgen uses EH

llvm-svn: 29034
This commit is contained in:
Chris Lattner 2006-07-07 00:21:17 +00:00
parent 5096bfd80f
commit f0858cb910
1 changed files with 2 additions and 0 deletions

View File

@ -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