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.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@184961 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 12920e2..cb61744 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -67,12 +67,7 @@
 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