diff options
| author | Nick Kledzik <kledzik@apple.com> | 2010-02-01 22:40:40 +0000 | 
|---|---|---|
| committer | Nick Kledzik <kledzik@apple.com> | 2010-02-01 22:40:40 +0000 | 
| commit | 3efa0ef21a282eaef38c1f73eff0d471b6498ba5 (patch) | |
| tree | e75ce15fb3b95fc340018aaf080b74629487f87f | |
| parent | a49d8e6d38e57b505742f367eae047b7c7f3b410 (diff) | |
| download | bcm5719-llvm-3efa0ef21a282eaef38c1f73eff0d471b6498ba5.tar.gz bcm5719-llvm-3efa0ef21a282eaef38c1f73eff0d471b6498ba5.zip | |
FUNCTIONS.armv6 to have actual function names
llvm-svn: 95018
| -rw-r--r-- | compiler-rt/make/platform/darwin_bni.mk | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/compiler-rt/make/platform/darwin_bni.mk b/compiler-rt/make/platform/darwin_bni.mk index e713d243d6a..544f5bba3a8 100644 --- a/compiler-rt/make/platform/darwin_bni.mk +++ b/compiler-rt/make/platform/darwin_bni.mk @@ -48,6 +48,8 @@ FUNCTIONS.armv6 := $(FUNCTIONS) \                  muldf3vfp mulsf3vfp \                  nedf2vfp negdf2vfp negsf2vfp nesf2vfp \                  subdf3vfp subsf3vfp truncdfsf2vfp unorddf2vfp unordsf2vfp \ -                modsi3 umodsi3 udivsi3 divsi3 switch save_restore_d8_d15 +                modsi3 umodsi3 udivsi3 divsi3 \ +				switch8 switchu8 switch16 switch32 \ +				restore_vfp_d8_d15_regs save_vfp_d8_d15_regs  VISIBILITY_HIDDEN := 0 | 

