No, we are not avoiding -O3, just -fstrict-aliasing.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 20 Apr 2009 22:49:59 +0000 (22:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 20 Apr 2009 22:49:59 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69633 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 9324fe62fbaff1584ff8146554261297f5eb8865..cfa2f0cd8793b2b83873c11f40d641bab173700f 100644 (file)
@@ -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