[libcxx-commits] [PATCH] D127360: [libc++] Drop the legacy debug mode symbols by default

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 9 09:21:48 PDT 2022


emaste added a comment.

In D127360#3569979 <https://reviews.llvm.org/D127360#3569979>, @ldionne wrote:

> @danalbert  @dim  I think this is worth your input. Can you confirm whether you folks have been shipping symbols like `__ZNSt3__111__libcpp_db10__insert_iEPv` (`std::__1::__libcpp_db::__insert_i(void*)`), and whether you are aware of applications using those symbols?

Looking on my laptop I see `_ZNSt3__111__libcpp_db10__insert_iEPv` in /usr/lib/libc++.so.1, but I suspect they've never been used.

Perhaps another thing that will just be solved with a library rename to libc++.so.2 (for the std::pair / ABIv2 issue).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127360



More information about the libcxx-commits mailing list