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

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 26 16:47:41 PDT 2021


hbae added a comment.

Looks good to me except for a couple of typos.



================
Comment at: openmp/libompd/src/TargetValue.h:94
+ * This class encapsules the access to target values by using OMPD
+ * callback functions. The member functions are designed to concatinate
+ * the operations that are needed to access values from structures
----------------
concatenate


================
Comment at: openmp/libompd/src/TargetValue.h:202
+  /**
+   * Get an element of a pointer arraz
+   */
----------------
array


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100182/new/

https://reviews.llvm.org/D100182



More information about the Openmp-commits mailing list