aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2010-04-25 19:18:33 +0000
committerTanya Lattner <tonic@nondot.org>2010-04-25 19:18:33 +0000
commitc91a455c984e861da2039798d30e80d07e76f2ea (patch)
treee3fc84deb6d130989b4c874f78cc1e52adaecb32
parent690b4179358158a907ccfbd5038ed32adcbbaa66 (diff)
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
-rw-r--r--Makefile.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 20e642a450..1d4deccc62 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