remove an ancient and quaint bit of commented out makefile goo from when

GCC was the system compiler on the mac.

llvm-svn: 176675
This commit is contained in:
Chris Lattner 2013-03-08 01:26:10 +00:00
parent 7a1559c239
commit fd7d67e18f
1 changed files with 0 additions and 6 deletions

View File

@ -280,12 +280,6 @@ ifeq ($(ENABLE_OPTIMIZED),1)
endif endif
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) CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
C.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer) C.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer)
LD.Flags += $(OPTIMIZE_OPTION) LD.Flags += $(OPTIMIZE_OPTION)