From: Chris Lattner Date: Thu, 18 Oct 2007 15:54:45 +0000 (+0000) Subject: tblgen uses dynamic_cast heavily, so it needs rtti info X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6c1ba31d6f238bb978e2c0f130725d46510cad4f;p=oota-llvm.git 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 --- diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 5b93bf2e54f..e43424b5fcf 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