[libcxx-commits] [libcxx] Make __libcpp_verbose_abort() noexcept like std::terminate() (PR #109151)

Benjamin Leff via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 18 07:15:18 PDT 2024


BwL1289 wrote:

@dougsonos this breaks flang compilation because flang overrides [this symbol](https://github.com/llvm/llvm-project/blob/af90e7c5161de9a36af768dd5c9d73464e0eed64/flang/runtime/io-api-minimal.cpp#L153) and doesn't use `noexcept` attribute

https://github.com/llvm/llvm-project/pull/109151


More information about the libcxx-commits mailing list