[llvm] r176675 - remove an ancient and quaint bit of commented out makefile goo from when
Chris Lattner
sabre at nondot.org
Thu Mar 7 17:26:10 PST 2013
Author: lattner
Date: Thu Mar 7 19:26:10 2013
New Revision: 176675
URL: http://llvm.org/viewvc/llvm-project?rev=176675&view=rev
Log:
remove an ancient and quaint bit of commented out makefile goo from when
GCC was the system compiler on the mac.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=176675&r1=176674&r2=176675&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Thu Mar 7 19:26:10 2013
@@ -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)
More information about the llvm-commits
mailing list