Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Sorting ARM Sources alphabetically
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200552 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Jan 31, 2014
1 parent 1a13c87 commit 8e28329
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,66 +197,65 @@ set(i386_SOURCES

set(arm_SOURCES
arm/adddf3vfp.S
arm/extendsfdf2vfp.S
arm/nedf2vfp.S
arm/addsf3vfp.S
arm/fixdfsivfp.S
arm/negdf2vfp.S
arm/aeabi_dcmp.S
arm/fixsfsivfp.S
arm/negsf2vfp.S
arm/aeabi_fcmp.S
arm/fixunsdfsivfp.S
arm/nesf2vfp.S
arm/aeabi_idivmod.S
arm/fixunssfsivfp.S
arm/restore_vfp_d8_d15_regs.S
arm/aeabi_ldivmod.S
arm/floatsidfvfp.S
arm/save_vfp_d8_d15_regs.S
arm/aeabi_memcmp.S
arm/floatsisfvfp.S
arm/aeabi_memcpy.S
arm/floatunssidfvfp.S
arm/subdf3vfp.S
arm/aeabi_memmove.S
arm/floatunssisfvfp.S
arm/subsf3vfp.S
arm/aeabi_memset.S
arm/gedf2vfp.S
arm/switch16.S
arm/aeabi_uidivmod.S
arm/gesf2vfp.S
arm/switch32.S
arm/aeabi_uldivmod.S
arm/gtdf2vfp.S
arm/switch8.S
arm/bswapdi2.S
arm/gtsf2vfp.S
arm/switchu8.S
arm/bswapsi2.S
arm/ledf2vfp.S
arm/sync_synchronize.S
arm/comparesf2.S
arm/lesf2vfp.S
arm/truncdfsf2vfp.S
arm/divdf3vfp.S
arm/ltdf2vfp.S
arm/udivmodsi4.S
arm/divmodsi4.S
arm/ltsf2vfp.S
arm/udivsi3.S
arm/divsf3vfp.S
arm/Makefile.mk
arm/umodsi3.S
arm/divsi3.S
arm/modsi3.S
arm/unorddf2vfp.S
arm/eqdf2vfp.S
arm/muldf3vfp.S
arm/unordsf2vfp.S
arm/eqsf2vfp.S
arm/extendsfdf2vfp.S
arm/fixdfsivfp.S
arm/fixsfsivfp.S
arm/fixunsdfsivfp.S
arm/fixunssfsivfp.S
arm/floatsidfvfp.S
arm/floatsisfvfp.S
arm/floatunssidfvfp.S
arm/floatunssisfvfp.S
arm/gedf2vfp.S
arm/gesf2vfp.S
arm/gtdf2vfp.S
arm/gtsf2vfp.S
arm/ledf2vfp.S
arm/lesf2vfp.S
arm/ltdf2vfp.S
arm/ltsf2vfp.S
arm/modsi3.S
arm/muldf3vfp.S
arm/mulsf3vfp.S
arm/nedf2vfp.S
arm/negdf2vfp.S
arm/negsf2vfp.S
arm/nesf2vfp.S
arm/restore_vfp_d8_d15_regs.S
arm/save_vfp_d8_d15_regs.S
arm/subdf3vfp.S
arm/subsf3vfp.S
arm/switch16.S
arm/switch32.S
arm/switch8.S
arm/switchu8.S
arm/sync_synchronize.S
arm/truncdfsf2vfp.S
arm/udivmodsi4.S
arm/udivsi3.S
arm/umodsi3.S
arm/unorddf2vfp.S
arm/unordsf2vfp.S
${GENERIC_SOURCES})

if (NOT WIN32)
Expand Down

0 comments on commit 8e28329

Please sign in to comment.