From 6c1ba31d6f238bb978e2c0f130725d46510cad4f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 18 Oct 2007 15:54:45 +0000 Subject: [PATCH] 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 --- utils/TableGen/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1