summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-07 00:21:17 +0000
committerChris Lattner <sabre@nondot.org>2006-07-07 00:21:17 +0000
commita539c0327119c6914979a85ceee2d7d3f72177fc (patch)
tree6a1de4ff9fb7b1f6a5b6b6766880b9d6c94f0744
parent3251973d4ac3f95bdc9a573fd082c1d8b140e16a (diff)
downloadllvm-a539c0327119c6914979a85ceee2d7d3f72177fc.tar.gz
llvm-a539c0327119c6914979a85ceee2d7d3f72177fc.tar.bz2
llvm-a539c0327119c6914979a85ceee2d7d3f72177fc.tar.xz
tblgen uses EH
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29034 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/TableGen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index ec6d7c8b4d..64e24e07b5 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -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