[llvm-commits] [llvm] r43126 - /llvm/trunk/utils/TableGen/Makefile
Chris Lattner
sabre at nondot.org
Thu Oct 18 08:54:46 PDT 2007
Author: lattner
Date: Thu Oct 18 10:54:45 2007
New Revision: 43126
URL: http://llvm.org/viewvc/llvm-project?rev=43126&view=rev
Log:
tblgen uses dynamic_cast heavily, so it needs rtti info
Modified:
llvm/trunk/utils/TableGen/Makefile
Modified: llvm/trunk/utils/TableGen/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/Makefile?rev=43126&r1=43125&r2=43126&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/Makefile (original)
+++ llvm/trunk/utils/TableGen/Makefile Thu Oct 18 10:54:45 2007
@@ -14,6 +14,7 @@
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
More information about the llvm-commits
mailing list