[Openmp-commits] [PATCH] D100182: [OpenMP] [OMPD] [2/6] Implementation of OMPD debugging library - libompd. TargetValue: Access OpenMP runtime state through callbacks provided by tool

Vignesh Balasubramanian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 9 05:23:44 PDT 2021


Vigneshbalu created this revision.
Herald added subscribers: jfb, guansong, yaxunl, mgorny.
Vigneshbalu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

This is part of review:  https://reviews.llvm.org/D100181
Creates a new directory "libompd" under openmp.
Acts as a interface between libompd calls to openmp runtime env and callbacks functions provided by tool.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100182

Files:
  openmp/CMakeLists.txt
  openmp/libompd/CMakeLists.txt
  openmp/libompd/src/CMakeLists.txt
  openmp/libompd/src/Debug.h
  openmp/libompd/src/TargetValue.cpp
  openmp/libompd/src/TargetValue.h
  openmp/libompd/src/ompd-private.h
  openmp/libompd/src/ompd-types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100182.336408.patch
Type: text/x-patch
Size: 32651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210409/7dbf73ad/attachment-0001.bin>


More information about the Openmp-commits mailing list