[llvm-commits] [compiler-rt] r95018 - /compiler-rt/trunk/make/platform/darwin_bni.mk
Nick Kledzik
kledzik at apple.com
Mon Feb 1 14:40:40 PST 2010
Author: kledzik
Date: Mon Feb 1 16:40:40 2010
New Revision: 95018
URL: http://llvm.org/viewvc/llvm-project?rev=95018&view=rev
Log:
FUNCTIONS.armv6 to have actual function names
Modified:
compiler-rt/trunk/make/platform/darwin_bni.mk
Modified: compiler-rt/trunk/make/platform/darwin_bni.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/darwin_bni.mk?rev=95018&r1=95017&r2=95018&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/darwin_bni.mk (original)
+++ compiler-rt/trunk/make/platform/darwin_bni.mk Mon Feb 1 16:40:40 2010
@@ -48,6 +48,8 @@
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
More information about the llvm-commits
mailing list