Add ARM EABI function aliases to routines


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ashldi3.c b/lib/ashldi3.c
index 1067e6f..65bd7b2 100644
--- a/lib/ashldi3.c
+++ b/lib/ashldi3.c
@@ -18,6 +18,8 @@
 
 /* Precondition:  0 <= b < bits_in_dword */
 
+ARM_EABI_FNALIAS(llsl, ashldi3);
+
 di_int
 __ashldi3(di_int a, si_int b)
 {