summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-09-24 19:35:36 +0000
committerChris Bieneman <beanz@apple.com>2015-09-24 19:35:36 +0000
commit4acaa8fd9dd2b11529d9556465f5f627a1c89d35 (patch)
tree6bcd842cb87439c9f8aede008d7a275bba3e9ab1 /compiler-rt/make
parent7cd472b719f396740706e1eed99e2806d19bf2e3 (diff)
downloadbcm5719-llvm-4acaa8fd9dd2b11529d9556465f5f627a1c89d35.tar.gz
bcm5719-llvm-4acaa8fd9dd2b11529d9556465f5f627a1c89d35.zip
[autoconf] Fixing a bug I introduced r248441
llvm-svn: 248529
Diffstat (limited to 'compiler-rt/make')
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk
index edea93f87fe..3a034b8f9e7 100644
--- a/compiler-rt/make/platform/clang_darwin.mk
+++ b/compiler-rt/make/platform/clang_darwin.mk
@@ -544,13 +544,13 @@ CCKEXT_MISSING_FUNCTIONS := \
aeabi_uidivmod
FUNCTIONS.cc_kext_ios.armv7 := \
- $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.armv7))
+ $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext_ios.armv7))
FUNCTIONS.cc_kext_ios.armv7k := \
- $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.armv7k))
+ $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext_ios.armv7k))
FUNCTIONS.cc_kext_ios.armv7s := \
- $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.armv7s))
+ $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext_ios.armv7s))
FUNCTIONS.cc_kext_ios.arm64 := \
- $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.arm64))
+ $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext_ios.arm64))
FUNCTIONS.cc_kext.i386 := \
$(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext.i386))
FUNCTIONS.cc_kext.x86_64 := \
OpenPOWER on IntegriCloud