forked from OSchip/llvm-project
[CMake] hand tuning the macho_embedded export lists to match the current Xcode distribution.
llvm-svn: 249912
This commit is contained in:
parent
8a3e6e19af
commit
0ed9bc1995
|
@ -14,5 +14,3 @@ aeabi_fcmpgt
|
|||
aeabi_fcmple
|
||||
aeabi_fcmplt
|
||||
aeabi_frsub
|
||||
aeabi_idivmod
|
||||
aeabi_uidivmod
|
||||
|
|
|
@ -91,3 +91,4 @@ atomic_flag_test_and_set
|
|||
atomic_flag_test_and_set_explicit
|
||||
atomic_signal_fence
|
||||
atomic_thread_fence
|
||||
int_util
|
||||
|
|
Loading…
Reference in New Issue