[Openmp-commits] [openmp] [libomp] Add kmp_str_ref (ADT 1/2) (PR #176162)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 9 09:13:27 PDT 2026
================
----------------
shiltian wrote:
The purpose is we don't want to pull the giant header with hundreds of lines of unnecessary code for a header that will be used by many files, especially for those files that don't really need `kmp.h`. It is sad that IWYU doesn't generally work for this entire sub-project, because everything is just jammed into one big header file.
https://github.com/llvm/llvm-project/pull/176162
More information about the Openmp-commits
mailing list