summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile.rules
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-04-20 22:49:59 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-04-20 22:49:59 +0000
commit5770950dbb7561ed043616abc2fbdd2195b987a5 (patch)
tree3ddeadf9825abb9b09f84688968dccaabc90069b /llvm/Makefile.rules
parent12382204739184025a60000298bf78be7ed90830 (diff)
downloadbcm5719-llvm-5770950dbb7561ed043616abc2fbdd2195b987a5.tar.gz
bcm5719-llvm-5770950dbb7561ed043616abc2fbdd2195b987a5.zip
No, we are not avoiding -O3, just -fstrict-aliasing.
llvm-svn: 69633
Diffstat (limited to 'llvm/Makefile.rules')
-rw-r--r--llvm/Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 9324fe62fba..cfa2f0cd879 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -247,8 +247,8 @@ ifeq ($(ENABLE_OPTIMIZED),1)
endif
# Darwin requires -fstrict-aliasing to be explicitly enabled.
- # Avoid -O3 on Darwin for now, there are unresolved issues with
- # -fstrict-aliasing and ipa-type-escape radr://6756684
+ # Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues
+ # with -fstrict-aliasing and ipa-type-escape radr://6756684
#ifeq ($(OS),Darwin)
# EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
#endif
OpenPOWER on IntegriCloud