[libcxx-commits] [PATCH] D136196: [libc++][PMR] Move the pmr::memory_resource destructor into the dylib

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 20 08:52:17 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

I am surprised that we don't need to change the ABI list, can you look into why that's not needed?

I would assume it was already exported by the dylib because it wasn't marked with `HIDE_FROM_ABI`, but can you confirm that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136196



More information about the libcxx-commits mailing list