summaryrefslogtreecommitdiff
path: root/make/platform
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-21 22:05:05 +0000
committerEric Christopher <echristo@apple.com>2011-04-21 22:05:05 +0000
commit3d8090e3400bcedb99e7b5b2471d53d9c7d74e8a (patch)
treef55a1a2289d8319b768a5a49e7cfbf86be6bf254 /make/platform
parent4c45b931fde3005c8b253ebf7e18035b88e05f52 (diff)
Make sure we include __sync_synchronize on arm platforms if we need it.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/platform')
-rw-r--r--make/platform/clang_darwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 535155b17..4ad4f22fd 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -66,6 +66,7 @@ FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
IOS_COMMON_FUNCTIONS := divmodsi4 udivmodsi4
FUNCTIONS.ios.armv6 := $(IOS_COMMON_FUNCTIONS) \
+ sync_synchronize \
switch16 switch32 switch8 switchu8 \
save_vfp_d8_d15_regs restore_vfp_d8_d15_regs
FUNCTIONS.ios.armv7 := $(IOS_COMMON_FUNCTIONS)