Skip to content

Commit 345b09c

Browse files
committed
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
1 parent ccd3125 commit 345b09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/make/platform/clang_darwin.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64,cc_kext)
6161
# Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
6262
# a different code generation strategy).
6363
Configs += cc_kext_ios5
64-
UniversalArchs.cc_kext_ios5 := $(call CheckArches,armv7)
64+
UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5)
6565

6666
# Configurations which define the profiling support functions.
6767
Configs += profile_osx

0 commit comments

Comments
 (0)