tblgen uses EH
[oota-llvm.git] / utils / TableGen / Makefile
index ec6d7c8b4d4c03c58d2e18456dd3c8f2938a1e32..64e24e07b595b9dabc6cd97489a3dc9bed221142 100644 (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