[Openmp-commits] [PATCH] D100184: [OpenMP] [OMPD] [4/6] Implementation of OMPD debugging library - libompd. omp-icv: OMPD Internal control variable handlers.

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 21 16:58:22 PDT 2021


hbae added inline comments.


================
Comment at: openmp/libompd/src/omp-icv.cpp:83
+                                                ompd_scope_parallel, 1)
+
+void __ompd_init_icvs(const ompd_callbacks_t *table) { callbacks = table; }
----------------
Can we move `// clang-format on` at line 22 to here and make `FOREACH_OMPD_ICV` more readable?


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

https://reviews.llvm.org/D100184



More information about the Openmp-commits mailing list