remove an ancient and quaint bit of commented out makefile goo from when
authorChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2013 01:26:10 +0000 (01:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2013 01:26:10 +0000 (01:26 +0000)
GCC was the system compiler on the mac.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176675 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index c737965d09e4110e1c750190323f7b5748eed55d..63e9d9be2b4b739c2d81b98e0a8cfa815b40626f 100644 (file)
@@ -280,12 +280,6 @@ ifeq ($(ENABLE_OPTIMIZED),1)
   endif
   endif
 
-  # Darwin requires -fstrict-aliasing to be explicitly enabled.
-  # Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues
-  # with -fstrict-aliasing and ipa-type-escape radr://6756684
-  #ifeq ($(HOST_OS),Darwin)
-  #  EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
-  #endif
   CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
   C.Flags   += $(OPTIMIZE_OPTION) $(OmitFramePointer)
   LD.Flags  += $(OPTIMIZE_OPTION)