[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Michael Klemm via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 29 09:22:54 PST 2026
mjklemm wrote:
Having a dependency of libomp to libstdc++ is highly undesirable. That would create a C++ dependency for C-only compilers and, worse, create the same for Fortran codes. libomp can be C++ (and in some place is already using mild C++) as long as we stay header only.
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list