[Openmp-commits] [flang] [llvm] [openmp] [Flang-RT] Fix GCC 15.1 Fortran Runtime libstdc++ Undefined Symbols (PR #157385)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 2 04:29:26 PDT 2025
================
@@ -24,6 +24,17 @@ using cuda::std::variant_size_v;
using cuda::std::visit;
} // namespace std
#else // !RT_USE_LIBCUDACXX
+
+// initializer_list is included to load bits/c++config, which can't be included
+// directly and which defines a macro we need to redefine.
----------------
Meinersbur wrote:
"a macro" -> _GLIBCXX_THROW_OR_ABORT
https://github.com/llvm/llvm-project/pull/157385
More information about the Openmp-commits
mailing list