From fca8b75b71a6eeb883f993e16f6b08154027d0c3 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 21 Apr 2011 22:05:05 +0000 Subject: Make sure we include __sync_synchronize on arm platforms if we need it. llvm-svn: 129944 --- compiler-rt/make/platform/clang_darwin.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt') diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index 535155b1713..4ad4f22fd8a 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/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) -- cgit v1.2.3