diff options
author | Eric Christopher <echristo@apple.com> | 2011-04-21 22:05:05 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-04-21 22:05:05 +0000 |
commit | fca8b75b71a6eeb883f993e16f6b08154027d0c3 (patch) | |
tree | 3725bde64078f8c25e222a029f13c810ee93ee3d /compiler-rt | |
parent | 2c850c09801b9d21bf2108c66d59cd542183f95e (diff) | |
download | bcm5719-llvm-fca8b75b71a6eeb883f993e16f6b08154027d0c3.tar.gz bcm5719-llvm-fca8b75b71a6eeb883f993e16f6b08154027d0c3.zip |
Make sure we include __sync_synchronize on arm platforms if we need it.
llvm-svn: 129944
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) |