[compiler-rt] r249912 - [CMake] hand tuning the macho_embedded export lists to match the current Xcode distribution.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 15:40:48 PDT 2015


Author: cbieneman
Date: Fri Oct  9 17:40:47 2015
New Revision: 249912

URL: http://llvm.org/viewvc/llvm-project?rev=249912&view=rev
Log:
[CMake] hand tuning the macho_embedded export lists to match the current Xcode distribution.

Modified:
    compiler-rt/trunk/lib/builtins/macho_embedded/arm.txt
    compiler-rt/trunk/lib/builtins/macho_embedded/common.txt

Modified: compiler-rt/trunk/lib/builtins/macho_embedded/arm.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/macho_embedded/arm.txt?rev=249912&r1=249911&r2=249912&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/macho_embedded/arm.txt (original)
+++ compiler-rt/trunk/lib/builtins/macho_embedded/arm.txt Fri Oct  9 17:40:47 2015
@@ -14,5 +14,3 @@ aeabi_fcmpgt
 aeabi_fcmple
 aeabi_fcmplt
 aeabi_frsub
-aeabi_idivmod
-aeabi_uidivmod

Modified: compiler-rt/trunk/lib/builtins/macho_embedded/common.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/macho_embedded/common.txt?rev=249912&r1=249911&r2=249912&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/macho_embedded/common.txt (original)
+++ compiler-rt/trunk/lib/builtins/macho_embedded/common.txt Fri Oct  9 17:40:47 2015
@@ -91,3 +91,4 @@ atomic_flag_test_and_set
 atomic_flag_test_and_set_explicit
 atomic_signal_fence
 atomic_thread_fence
+int_util




More information about the llvm-commits mailing list