[libcxx] r285383 - Update mac ABI list

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 23:09:44 PDT 2016


Author: ericwf
Date: Fri Oct 28 01:09:44 2016
New Revision: 285383

URL: http://llvm.org/viewvc/llvm-project?rev=285383&view=rev
Log:
Update mac ABI list

Modified:
    libcxx/trunk/lib/abi/CHANGELOG.TXT
    libcxx/trunk/lib/abi/x86_64-apple-darwin16.0.abilist

Modified: libcxx/trunk/lib/abi/CHANGELOG.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/CHANGELOG.TXT?rev=285383&r1=285382&r2=285383&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Fri Oct 28 01:09:44 2016
@@ -16,7 +16,7 @@ New entries should be added directly bel
 Version 4.0
 -----------
 
-* rTBD - Add __libcpp_library_version
+* r285382 - Add __libcpp_library_version
 
   all platforms
   -------------

Modified: libcxx/trunk/lib/abi/x86_64-apple-darwin16.0.abilist
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/x86_64-apple-darwin16.0.abilist?rev=285383&r1=285382&r2=285383&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/x86_64-apple-darwin16.0.abilist (original)
+++ libcxx/trunk/lib/abi/x86_64-apple-darwin16.0.abilist Fri Oct 28 01:09:44 2016
@@ -1213,6 +1213,7 @@
 {'type': 'FUNC', 'name': '__ZNSt3__121recursive_timed_mutexD1Ev'}
 {'type': 'FUNC', 'name': '__ZNSt3__121recursive_timed_mutexD2Ev'}
 {'type': 'FUNC', 'name': '__ZNSt3__121undeclare_no_pointersEPcm'}
+{'type': 'FUNC', 'name': '__ZNSt3__124__libcpp_library_versionEv'}
 {'type': 'FUNC', 'name': '__ZNSt3__125notify_all_at_thread_exitERNS_18condition_variableENS_11unique_lockINS_5mutexEEE'}
 {'type': 'FUNC', 'name': '__ZNSt3__127__insertion_sort_incompleteIRNS_6__lessIaaEEPaEEbT0_S5_T_'}
 {'type': 'FUNC', 'name': '__ZNSt3__127__insertion_sort_incompleteIRNS_6__lessIccEEPcEEbT0_S5_T_'}




More information about the cfe-commits mailing list