aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-18 15:54:45 +0000
committerChris Lattner <sabre@nondot.org>2007-10-18 15:54:45 +0000
commit6c1ba31d6f238bb978e2c0f130725d46510cad4f (patch)
tree3307cae1664bdfa2591f56c2018a403417aa2443
parentd9048606c4500ef0b6683a3efcfcf8424cf39b87 (diff)
tblgen uses dynamic_cast heavily, so it needs rtti info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43126 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/TableGen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 5b93bf2e54..e43424b5fc 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -14,6 +14,7 @@ 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
+REQUIRES_RTTI := 1
include $(LEVEL)/Makefile.common