diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-11-12 22:36:57 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-11-12 22:36:57 +0000 |
| commit | 77e5eea728116b0bf0d7b743414266b8c4a2b263 (patch) | |
| tree | 81924cf15cd5ccb19552391e06be447e31ce5341 /compiler-rt/lib | |
| parent | 127be38fb8100be70b4478a74e71d46090c1a25c (diff) | |
| download | bcm5719-llvm-77e5eea728116b0bf0d7b743414266b8c4a2b263.tar.gz bcm5719-llvm-77e5eea728116b0bf0d7b743414266b8c4a2b263.zip | |
[CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.
llvm-svn: 252964
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt | 51 | ||||
| -rw-r--r-- | compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt | 51 |
2 files changed, 10 insertions, 92 deletions
diff --git a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt index 21cd778eb35..dc8bdd4f90f 100644 --- a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt +++ b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt @@ -1,3 +1,6 @@ +absvti2 +addtf3 +addvti3 aeabi_cdcmp aeabi_cdcmpeq_check_nan aeabi_cfcmp @@ -15,57 +18,13 @@ aeabi_memmove aeabi_memset aeabi_uidivmod aeabi_uldivmod -absvti2 -addtf3 -addvti3 ashlti3 ashrti3 clzti2 cmpti2 ctzti2 -divti3 divtf3 -ffsti2 -fixdfti -fixsfti -fixunsdfti -fixunssfti -fixunsxfti -fixxfti -floattidf -floattisf -floattixf -floatuntidf -floatuntisf -floatuntixf -lshrti3 -modti3 -muloti4 -multi3 -multf3 -mulvti3 -negti2 -negvti2 -parityti2 -popcountti2 -powitf2 -subvti3 -subtf3 -trampoline_setup -ucmpti2 -udivmodti4 -udivti3 -umodti3 -absvti2 -addtf3 -addvti3 -ashlti3 -ashrti3 -clzti2 -cmpti2 -ctzti2 divti3 -divtf3 ffsti2 fixdfti fixsfti @@ -82,16 +41,16 @@ floatuntixf lshrti3 modti3 muloti4 -multi3 multf3 +multi3 mulvti3 negti2 negvti2 parityti2 popcountti2 powitf2 -subvti3 subtf3 +subvti3 trampoline_setup ucmpti2 udivmodti4 diff --git a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt index 21cd778eb35..c4243108b4e 100644 --- a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt +++ b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt @@ -1,3 +1,6 @@ +absvti2 +addtf3 +addvti3 aeabi_cdcmp aeabi_cdcmpeq_check_nan aeabi_cfcmp @@ -15,57 +18,13 @@ aeabi_memmove aeabi_memset aeabi_uidivmod aeabi_uldivmod -absvti2 -addtf3 -addvti3 ashlti3 ashrti3 clzti2 cmpti2 ctzti2 -divti3 divtf3 -ffsti2 -fixdfti -fixsfti -fixunsdfti -fixunssfti -fixunsxfti -fixxfti -floattidf -floattisf -floattixf -floatuntidf -floatuntisf -floatuntixf -lshrti3 -modti3 -muloti4 -multi3 -multf3 -mulvti3 -negti2 -negvti2 -parityti2 -popcountti2 -powitf2 -subvti3 -subtf3 -trampoline_setup -ucmpti2 -udivmodti4 -udivti3 -umodti3 -absvti2 -addtf3 -addvti3 -ashlti3 -ashrti3 -clzti2 -cmpti2 -ctzti2 divti3 -divtf3 ffsti2 fixdfti fixsfti @@ -82,16 +41,16 @@ floatuntixf lshrti3 modti3 muloti4 +multf multi3 -multf3 mulvti3 negti2 negvti2 parityti2 popcountti2 powitf2 -subvti3 subtf3 +subvti3 trampoline_setup ucmpti2 udivmodti4 |

