[libcxx-commits] [PATCH] D131620: [libc++] Use __builtin_unreachable unconditionally

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 10 14:35:35 PDT 2022


philnik added a comment.

Do we want to abort when in debug mode? While it doesn't give the speed improvements in debug mode it would be really nice to get informed when `std::unreachable` is reached.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131620



More information about the libcxx-commits mailing list