[all-commits] [llvm/llvm-project] 258394: [libc++] Use _LIBCPP_VERBOSE_ABORT from __throw_ba...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Aug 10 05:32:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2583946e1fdfba432a3e00714aaa7468f7b0f061
https://github.com/llvm/llvm-project/commit/2583946e1fdfba432a3e00714aaa7468f7b0f061
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M libcxx/src/new_helpers.cpp
Log Message:
-----------
[libc++] Use _LIBCPP_VERBOSE_ABORT from __throw_bad_alloc
It seems like this one was forgotten and we were still using a raw
std::abort().
Differential Revision: https://reviews.llvm.org/D157446
More information about the All-commits
mailing list