[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
Fri Sep 1 08:39:42 PDT 2023
klausler added a comment.
Is it known which files in flang/runtime produce this dependency on __libcpp_verbose_abort()? Or which functions? The runtime never uses std::get() on a variant, so there's no chance of that going wrong.
If the dependency on __libcpp_verbose_abort() arises from just a few code sites, there's a good chance that we could adjust them to avoid the problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158957/new/
https://reviews.llvm.org/D158957
More information about the flang-commits
mailing list