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

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Sat Sep 2 10:19:11 PDT 2023


klausler added a comment.

In D158957#4635965 <https://reviews.llvm.org/D158957#4635965>, @mmuetzel wrote:

> I updated the summary to hopefully better describe the information (or assumptions) that we found.
>
> With that in mind, is the proposed change a reasonable workaround?

It is, if using std::visit() doesn't dodge the problem in your build environment.


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

https://reviews.llvm.org/D158957



More information about the flang-commits mailing list