[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Robert Imschweiler via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 9 10:04:05 PDT 2026
================
----------------
ro-i wrote:
Yeah. I just tried and noticed that it's not even possible due to macros. We have, for example `KMP_INTERNAL_MALLOC`, which is defined in `kmp.h`. I could ofc copy&paste the definition (it's kinda useless anyway because it's just `malloc`), but that wouldn't really be good style, ig ("good" as in "good given the situation")
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list