[PATCH] D155598: [libc++abi] Use std::abort() instead of std::terminate() on failure to allocate

Nikolas Klauser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 09:10:41 PDT 2023


philnik added a comment.

Just aborting on being out of memory really doesn't seem super nice to me, especially when there is a proper way to tell the user. So IMO fixing the code to return `nullptr` on failure is the right thing to do.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155598/new/

https://reviews.llvm.org/D155598



More information about the llvm-commits mailing list