diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-06-26 16:35:16 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-06-26 16:35:16 +0000 |
commit | c4b26ad00641e013bf195b7998baeb703ffa8b67 (patch) | |
tree | 392525cc180bdea9f9b8e99299e77abfddbe82e1 /compiler-rt | |
parent | b0f2eba499b996d3e218f57b19c6de94f3c398c2 (diff) | |
download | bcm5719-llvm-c4b26ad00641e013bf195b7998baeb703ffa8b67.tar.gz bcm5719-llvm-c4b26ad00641e013bf195b7998baeb703ffa8b67.zip |
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.
llvm-svn: 184961
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index 12920e250b9..cb61744e5b7 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/make/platform/clang_darwin.mk @@ -67,12 +67,7 @@ UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5) 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 |