summaryrefslogtreecommitdiff
path: root/openmp/libompd/src/omp-icv.cpp
AgeCommit message (Collapse)Author
2024-02-27[OpenMP][OMPD] libompd must not link libomp (#83119)Joachim
Fixes a regression introduced in 91ccd8248. The code for libompd includes kmp.h for enum kmp_sched. The dependency to hwloc is not necessary. Avoid the dependency by skipping the definitions in kmp.h using types from hwloc.h. Fixes #80750
2021-10-27[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
This is a continuation of the review: https://reviews.llvm.org/D100183 It contains routines that retrieve OpenMP ICV values for OMPD. Reviewed By: @hbae Differential Revision: https://reviews.llvm.org/D100184