platform/clang_darwin: Drop an x86_64 slice into cc_kext_ios5.

- This doesn't get used, but it is a simple workaround for PR14013.

llvm-svn: 165987
This commit is contained in:
Daniel Dunbar 2012-10-15 22:23:34 +00:00
parent ccd312520b
commit 345b09cb80
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64,cc_kext)
# Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
# a different code generation strategy).
Configs += cc_kext_ios5
UniversalArchs.cc_kext_ios5 := $(call CheckArches,armv7)
UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5)
# Configurations which define the profiling support functions.
Configs += profile_osx