[flang-commits] [PATCH] D158957: [flang][runtime] Avoid dependency on libc++ for `std::__libcpp_verbose_abort`

Markus Mützel via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Sep 1 09:39:53 PDT 2023


mmuetzel added a comment.

In D158957#4634676 <https://reviews.llvm.org/D158957#4634676>, @klausler wrote:

> If so, then that's IMO a bug in whatever C++ compiler or STL that you're using, and a workaround would be justified.

The problem showed up originally when trying to build Flang with clang++ and libc++ from LLVM 17-rc3 here:
https://github.com/msys2/MINGW-packages/pull/18002


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

https://reviews.llvm.org/D158957



More information about the flang-commits mailing list