[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 29 09:00:17 PST 2026
jhuber6 wrote:
> > -nostdlib++
>
> Well, one of the reasons we want to switch to C++ is, we can use stdlibc++.
It's a C library so we shouldn't have C++ runtime calls in the final shared object, we can use the headers though. This is what `flang-rt` does.
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list