[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:36:50 PDT 2023
mmuetzel added a comment.
In D158957#4634695 <https://reviews.llvm.org/D158957#4634695>, @klausler wrote:
> Also, if the problem is indeed originating from the use of std::reference_wrapper<> in io-stmt.h, they could be replaced with Fortran::common::Reference from flang/include/flang/Common/reference.h. I could throw a patch together for you to try if you think it might be of help to you.
I'm unfortunately having trouble building LLVM currently. (Likely something local in my build environment.)
Maybe, @MehdiChinoune could test please?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158957/new/
https://reviews.llvm.org/D158957
More information about the flang-commits
mailing list