[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.
authorVignesh Balasubramanian <Vignesh.Balasubrmanian@amd.com>
Wed, 27 Oct 2021 10:49:07 +0000 (16:19 +0530)
committerVignesh Balasubramanian <Vignesh.Balasubrmanian@amd.com>
Wed, 27 Oct 2021 11:01:19 +0000 (16:31 +0530)
commitb0277bef9739d5e3a3feb89ff9c1aaa90a801ee0
treeafced1fbf72d517378453a67bb182265216c85c1
parent560221ac7f5ca3d5dcae405587db066f4c4c8a7c
[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.

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
openmp/libompd/src/CMakeLists.txt
openmp/libompd/src/omp-icv.cpp [new file with mode: 0644]
openmp/libompd/src/omp-state.cpp [new file with mode: 0644]