[cfe-commits] r68375 - /cfe/tags/Apple/clang/clang/Makefile.rules

Mike Stump mrs at apple.com
Fri Apr 3 01:26:37 PDT 2009


Author: mrs
Date: Fri Apr  3 03:26:36 2009
New Revision: 68375

URL: http://llvm.org/viewvc/llvm-project?rev=68375&view=rev
Log:
Avoid aliasing issues for now.

Modified:
    cfe/tags/Apple/clang/clang/Makefile.rules

Modified: cfe/tags/Apple/clang/clang/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/clang/Makefile.rules?rev=68375&r1=68374&r2=68375&view=diff

==============================================================================
--- cfe/tags/Apple/clang/clang/Makefile.rules (original)
+++ cfe/tags/Apple/clang/clang/Makefile.rules Fri Apr  3 03:26:36 2009
@@ -253,7 +253,7 @@
 
     # Darwin requires -fstrict-aliasing to be explicitly enabled.
     ifeq ($(OS),Darwin)
-      EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
+      EXTRA_OPTIONS += -Wstrict-aliasing
     endif
 
     CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)





More information about the cfe-commits mailing list