This revision was automatically updated to reflect the committed changes. Closed by commit rCXX342810: Document new symbols for __u64toa and __u32toa (authored by lichray, committed by ).
Changed prior to commit: https://reviews.llvm.org/D52391?vs=166605&id=166610#toc Repository: rCXX libc++ https://reviews.llvm.org/D52391 Files: lib/abi/CHANGELOG.TXT Index: lib/abi/CHANGELOG.TXT =================================================================== --- lib/abi/CHANGELOG.TXT +++ lib/abi/CHANGELOG.TXT @@ -16,6 +16,18 @@ Version 7.0 ----------- +* r338479 - Elementary string conversions for integral types + + The change emits __u64toa and __u32toa under std::__1::__itoa. + + x86_64-linux-gnu + ---------------- + Symbol added: _ZNSt3__16__itoa8__u64toaEmPc + Symbol added: _ZNSt3__16__itoa8__u32toaEjPc + + x86_64-apple-darwin16.0 + ----------------------- + * r333467 - Fix embarrasing typo in uncaught_exceptions. This bug caused __uncaught_exception to be ODR used instead of
Index: lib/abi/CHANGELOG.TXT =================================================================== --- lib/abi/CHANGELOG.TXT +++ lib/abi/CHANGELOG.TXT @@ -16,6 +16,18 @@ Version 7.0 ----------- +* r338479 - Elementary string conversions for integral types + + The change emits __u64toa and __u32toa under std::__1::__itoa. + + x86_64-linux-gnu + ---------------- + Symbol added: _ZNSt3__16__itoa8__u64toaEmPc + Symbol added: _ZNSt3__16__itoa8__u32toaEjPc + + x86_64-apple-darwin16.0 + ----------------------- + * r333467 - Fix embarrasing typo in uncaught_exceptions. This bug caused __uncaught_exception to be ODR used instead of
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits