From c91a455c984e861da2039798d30e80d07e76f2ea Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sun, 25 Apr 2010 19:18:33 +0000 Subject: [PATCH] Merge 102239 from mainline to fix PR6835 -gThis line, and those below, will be ignored-- M Makefile.rules git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@102310 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 20e642a4505..1d4deccc626 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -388,7 +388,6 @@ endif # If REQUIRES_RTTI=1 is specified then don't disable run-time type id. ifneq ($(REQUIRES_RTTI), 1) CXX.Flags += -fno-rtti - CXXFLAGS += -fno-rtti endif ifdef ENABLE_COVERAGE