[libcxx-commits] [PATCH] D154995: [libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functions
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 11 11:42:39 PDT 2023
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This provides better error messages when the program terminates due to
an exception being thrown in -fno-exceptions mode. Those seem to have
been missed in https://reviews.llvm.org/D141222.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154995
Files:
libcxx/include/__format/format_error.h
libcxx/src/locale.cpp
libcxx/src/string.cpp
libcxx/src/system_error.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154995.539217.patch
Type: text/x-patch
Size: 2700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230711/ea140a21/attachment.bin>
More information about the libcxx-commits
mailing list