[llvm-commits] [compiler-rt] r164909 - /compiler-rt/trunk/make/platform/clang_darwin.mk
Bob Wilson
bob.wilson at apple.com
Sat Sep 29 22:34:28 PDT 2012
Author: bwilson
Date: Sun Sep 30 00:34:28 2012
New Revision: 164909
URL: http://llvm.org/viewvc/llvm-project?rev=164909&view=rev
Log:
Temporarily comment out some new arm variants to try to fix buildbots.
Modified:
compiler-rt/trunk/make/platform/clang_darwin.mk
Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=164909&r1=164908&r2=164909&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Sun Sep 30 00:34:28 2012
@@ -76,10 +76,10 @@
Configs += asan_osx_dynamic
UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
-UniversalArchs.ios += $(call CheckArches,armv7f armv7k armv7s,ios)
-UniversalArchs.cc_kext += $(call CheckArches,armv7f armv7k armv7s,cc_kext)
-UniversalArchs.cc_kext_ios5 += $(call CheckArches,armv7f armv7k armv7s,cc_kext_ios5)
-UniversalArchs.profile_ios += $(call CheckArches,armv7f armv7k armv7s,profile_ios)
+#UniversalArchs.ios += $(call CheckArches,armv7f armv7k armv7s,ios)
+#UniversalArchs.cc_kext += $(call CheckArches,armv7f armv7k armv7s,cc_kext)
+#UniversalArchs.cc_kext_ios5 += $(call CheckArches,armv7f armv7k armv7s,cc_kext_ios5)
+#UniversalArchs.profile_ios += $(call CheckArches,armv7f armv7k armv7s,profile_ios)
# If RC_SUPPORTED_ARCHS is defined, treat it as a list of the architectures we
# are intended to support and limit what we try to build to that.
More information about the llvm-commits
mailing list