[libcxx-commits] [PATCH] D142185: [libc++] Remove explicit instantiations of __insertion_sort_incomplete and __sort5 from the dylib
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 09:08:05 PST 2023
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM. This is safe in theory, and I can confirm that I didn't find any program relying on these symbols on our platform -- so this seems to be safe in practice too. Also, this is landing early in the LLVM 17 cycle, so we should have plenty of time to discover issues in case there are any (but I really don't expect anything).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142185/new/
https://reviews.llvm.org/D142185
More information about the libcxx-commits
mailing list