diff options
| author | Chris Bieneman <beanz@apple.com> | 2015-10-09 22:40:47 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2015-10-09 22:40:47 +0000 |
| commit | 0ed9bc1995b5922ff4b6c8766fce7b322cb91864 (patch) | |
| tree | f96cf0f66129fad2f24dd5facfc6d0c4510febcd /compiler-rt/lib/builtins/macho_embedded | |
| parent | 8a3e6e19af7188518db18574168875546f25ba3d (diff) | |
| download | bcm5719-llvm-0ed9bc1995b5922ff4b6c8766fce7b322cb91864.tar.gz bcm5719-llvm-0ed9bc1995b5922ff4b6c8766fce7b322cb91864.zip | |
[CMake] hand tuning the macho_embedded export lists to match the current Xcode distribution.
llvm-svn: 249912
Diffstat (limited to 'compiler-rt/lib/builtins/macho_embedded')
| -rw-r--r-- | compiler-rt/lib/builtins/macho_embedded/arm.txt | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/builtins/macho_embedded/common.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/builtins/macho_embedded/arm.txt b/compiler-rt/lib/builtins/macho_embedded/arm.txt index f66fef5ea4a..4b1683a6bae 100644 --- a/compiler-rt/lib/builtins/macho_embedded/arm.txt +++ b/compiler-rt/lib/builtins/macho_embedded/arm.txt @@ -14,5 +14,3 @@ aeabi_fcmpgt aeabi_fcmple aeabi_fcmplt aeabi_frsub -aeabi_idivmod -aeabi_uidivmod diff --git a/compiler-rt/lib/builtins/macho_embedded/common.txt b/compiler-rt/lib/builtins/macho_embedded/common.txt index 687accf4bf8..6902e08a690 100644 --- a/compiler-rt/lib/builtins/macho_embedded/common.txt +++ b/compiler-rt/lib/builtins/macho_embedded/common.txt @@ -91,3 +91,4 @@ atomic_flag_test_and_set atomic_flag_test_and_set_explicit atomic_signal_fence atomic_thread_fence +int_util |

