[PATCH] D52396: [libcxx] Document new symbols __u64toa and __u32toa on Darwin
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 24 07:22:33 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX342849: [libcxx] Document new symbols __u64toa and __u32toa on Darwin (authored by ldionne, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52396?vs=166616&id=166671#toc
Repository:
rCXX libc++
https://reviews.llvm.org/D52396
Files:
lib/abi/CHANGELOG.TXT
lib/abi/x86_64-apple-darwin.v1.abilist
Index: lib/abi/x86_64-apple-darwin.v1.abilist
===================================================================
--- lib/abi/x86_64-apple-darwin.v1.abilist
+++ lib/abi/x86_64-apple-darwin.v1.abilist
@@ -1282,6 +1282,8 @@
{'type': 'OBJECT', 'is_defined': True, 'name': '__ZNSt3__15wcerrE', 'size': 0}
{'type': 'OBJECT', 'is_defined': True, 'name': '__ZNSt3__15wclogE', 'size': 0}
{'type': 'OBJECT', 'is_defined': True, 'name': '__ZNSt3__15wcoutE', 'size': 0}
+{'type': 'FUNC', 'is_defined': True, 'name': '__ZNSt3__16__itoa8__u32toaEjPc'}
+{'type': 'FUNC', 'is_defined': True, 'name': '__ZNSt3__16__itoa8__u64toaEyPc'}
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNSt3__16__sortIRNS_6__lessIaaEEPaEEvT0_S5_T_'}
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNSt3__16__sortIRNS_6__lessIccEEPcEEvT0_S5_T_'}
{'type': 'FUNC', 'is_defined': True, 'name': '__ZNSt3__16__sortIRNS_6__lessIddEEPdEEvT0_S5_T_'}
Index: lib/abi/CHANGELOG.TXT
===================================================================
--- lib/abi/CHANGELOG.TXT
+++ lib/abi/CHANGELOG.TXT
@@ -27,6 +27,9 @@
x86_64-apple-darwin16.0
-----------------------
+ Symbol added: __ZNSt3__16__itoa8__u64toaEyPc
+ Symbol added: __ZNSt3__16__itoa8__u32toaEjPc
+
* r333467 - Fix embarrasing typo in uncaught_exceptions.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52396.166671.patch
Type: text/x-patch
Size: 1296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180924/0664d23f/attachment.bin>
More information about the cfe-commits
mailing list