[libcxx-commits] [PATCH] D100610: Don't fail the shared_ptr test if libc++ has insufficient debug info.

David Blaikie via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 19 16:56:10 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.

Oh, nice improvement! Yeah, the number of bugs we get due to the arbitrary/inscrutible nature of the failure when pretty printing std::string due to this optimization... - hopefully the more scrutible error message will hopefully reduce that and/ror make triage easier when folks do reach out for help.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100610



More information about the libcxx-commits mailing list