[llvm-commits] [llvm] r69633 - /llvm/trunk/Makefile.rules
Evan Cheng
evan.cheng at apple.com
Mon Apr 20 15:50:05 PDT 2009
Author: evancheng
Date: Mon Apr 20 17:49:59 2009
New Revision: 69633
URL: http://llvm.org/viewvc/llvm-project?rev=69633&view=rev
Log:
No, we are not avoiding -O3, just -fstrict-aliasing.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=69633&r1=69632&r2=69633&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Mon Apr 20 17:49:59 2009
@@ -247,8 +247,8 @@
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
More information about the llvm-commits
mailing list