Skip to content

Commit

Permalink
remove an ancient and quaint bit of commented out makefile goo from when
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lattner committed Mar 8, 2013
1 parent d7e0de5 commit 4434a4f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4434a4f

Please sign in to comment.