[compiler-rt] r184961 - Revert "Temporarily disable building the armv7 variants of profile_ios on"
Bob Wilson
bob.wilson at apple.com
Wed Jun 26 09:35:17 PDT 2013
Author: bwilson
Date: Wed Jun 26 11:35:16 2013
New Revision: 184961
URL: http://llvm.org/viewvc/llvm-project?rev=184961&view=rev
Log:
Revert "Temporarily disable building the armv7 variants of profile_ios on"
This reverts commit r184816. With Chandler's change in r184929, this should
no longer be necessary.
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=184961&r1=184960&r2=184961&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Wed Jun 26 11:35:16 2013
@@ -67,12 +67,7 @@ UniversalArchs.cc_kext_ios5 := $(call Ch
Configs += profile_osx
UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
Configs += profile_ios
-# FIXME: I've removed the armv7 configs for profile_ios until a viable solution
-# to using the *actual* SDK instead of a fake SDK sysroot is found (or until
-# the fake SDK sysroot is expanded correctly for darwin errno on all the
-# various platforms that I can't find out about).
-#UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
-UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64,profile_ios)
+UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
# Configurations which define the ASAN support functions.
Configs += asan_osx_dynamic
More information about the llvm-commits
mailing list