[libcxx-commits] [PATCH] D142185: [libc++] Remove explicit instantiations of __insertion_sort_incomplete and __sort5 from the dylib
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 20 00:18:45 PST 2023
philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
Herald added subscribers: nemanjai, emaste.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
These instantiations were never visible, because they are only used in `__sort`, which is also explicitly instantiated in the dylib.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142185
Files:
libcxx/include/__algorithm/sort.h
libcxx/lib/abi/CHANGELOG.TXT
libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
libcxx/src/algorithm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142185.490736.patch
Type: text/x-patch
Size: 34800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230120/d29f7d00/attachment-0001.bin>
More information about the libcxx-commits
mailing list