[libcxx-commits] [PATCH] D138951: Move several exception derived classes to c++abi library
Zibi Sarbino via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 30 21:25:03 PST 2022
zibi updated this revision to Diff 479159.
zibi added a comment.
- Move several exception derived classes to c++abi library
- Remove _LIBCPP_EXCEPTION_ABI from classes those symbols are moved to c++abi.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138951/new/
https://reviews.llvm.org/D138951
Files:
libcxx/include/__memory/shared_ptr.h
libcxx/include/any
libcxx/include/optional
libcxx/include/variant
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-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
libcxx/src/CMakeLists.txt
libcxx/src/any.cpp
libcxx/src/memory.cpp
libcxx/src/optional.cpp
libcxx/src/variant.cpp
libcxxabi/src/CMakeLists.txt
libcxxabi/src/exceptions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138951.479159.patch
Type: text/x-patch
Size: 71000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221201/31ac4909/attachment-0001.bin>
More information about the libcxx-commits
mailing list