[libcxx-commits] [PATCH] D122536: [libc++] Optimize `exception_ptr`, especially for the empty case
Fabian Wolff via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 20 09:16:17 PDT 2022
fwolff updated this revision to Diff 423929.
fwolff added a comment.
Thanks for reviewing this @Mordante! I think I've addressed all of your comments, and I've added a suppression for `-Wgnu-inline-cpp-without-extern`, which will hopefully fix the failing tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122536/new/
https://reviews.llvm.org/D122536
Files:
libcxx/include/exception
libcxx/src/exception.cpp
libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122536.423929.patch
Type: text/x-patch
Size: 6459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220420/e6de1b1b/attachment-0001.bin>
More information about the libcxx-commits
mailing list