diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-09-28 21:15:46 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-09-28 21:15:46 +0000 |
| commit | 4b1600359097d1edcdd62f0b65e6ab69c8e56d2f (patch) | |
| tree | 9e39b4f282b8e6a6348082d67056a07ef0d88e9c /compiler-rt/lib | |
| parent | 4f1c45952c7b0355f8c135349923d7391ad36674 (diff) | |
| download | bcm5719-llvm-4b1600359097d1edcdd62f0b65e6ab69c8e56d2f.tar.gz bcm5719-llvm-4b1600359097d1edcdd62f0b65e6ab69c8e56d2f.zip | |
[CMake] [Darwin] [builtins] Exclude aeabi builtins from iOS arm32 architectures since we don't support aeabi on iOS.
llvm-svn: 248744
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt | 17 | ||||
| -rw-r--r-- | compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt new file mode 100644 index 00000000000..9353f893625 --- /dev/null +++ b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7.txt @@ -0,0 +1,17 @@ +aeabi_cdcmp +aeabi_cdcmpeq_check_nan +aeabi_cfcmp +aeabi_cfcmpeq_check_nan +aeabi_dcmp +aeabi_div0 +aeabi_drsub +aeabi_fcmp +aeabi_frsub +aeabi_idivmod +aeabi_ldivmod +aeabi_memcmp +aeabi_memcpy +aeabi_memmove +aeabi_memset +aeabi_uidivmod +aeabi_uldivmod diff --git a/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt new file mode 100644 index 00000000000..9353f893625 --- /dev/null +++ b/compiler-rt/lib/builtins/Darwin-excludes/ios-armv7s.txt @@ -0,0 +1,17 @@ +aeabi_cdcmp +aeabi_cdcmpeq_check_nan +aeabi_cfcmp +aeabi_cfcmpeq_check_nan +aeabi_dcmp +aeabi_div0 +aeabi_drsub +aeabi_fcmp +aeabi_frsub +aeabi_idivmod +aeabi_ldivmod +aeabi_memcmp +aeabi_memcpy +aeabi_memmove +aeabi_memset +aeabi_uidivmod +aeabi_uldivmod |

