[PATCH] D50130: [libc++] Fix build failures after merging <charconv>

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 22 09:50:19 PDT 2018


EricWF added inline comments.
Herald added a subscriber: libcxx-commits.


================
Comment at: lib/abi/x86_64-unknown-linux-gnu.v1.abilist:1195
 {'name': '_ZNSt3__16__clocEv', 'is_defined': True, 'type': 'FUNC'}
+{'name': '_ZNSt3__16__itoa8__u64toaEmPc', 'is_defined': True, 'type': 'FUNC'}
+{'name': '_ZNSt3__16__itoa8__u32toaEjPc', 'is_defined': True, 'type': 'FUNC'}
----------------
Whenever you add symbols to the ABI list, they need to me mentioned in the CHANGELOG.txt. 

Can you please add an entry to that file?


Repository:
  rCXX libc++

https://reviews.llvm.org/D50130





More information about the cfe-commits mailing list