OSDN Git Service

Make REQUIRES_RTTI work.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Sep 2009 15:39:39 +0000 (15:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Sep 2009 15:39:39 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81522 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index fca687c..014d697 100644 (file)
@@ -345,7 +345,7 @@ endif
 
 # IF REQUIRES_RTTI=1 is specified then don't disable run-time type id
 ifndef REQUIRES_RTTI
-#  CXX.Flags += -fno-rtti
+  CXX.Flags += -fno-rtti
 endif
 
 ifdef ENABLE_COVERAGE