[libcxx-commits] [PATCH] D125184: [libc++] fix std::to_string() crashing in debug mode

Luboš Luňák via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 16 12:21:45 PDT 2022


llunak added a comment.

In D125184#3516573 <https://reviews.llvm.org/D125184#3516573>, @philnik wrote:

> My main problem with this approach is that we add symbols to the dylib which we //know// will be obsolete in a few months, but we have to keep them forever due to ABI concerns.

In D122941 <https://reviews.llvm.org/D122941> you both say that debug mode does not have stable ABI. Moreover whatever it'll be exactly that you'll do to make these obsolete will presumably break ABI too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125184/new/

https://reviews.llvm.org/D125184



More information about the libcxx-commits mailing list