[Openmp-commits] [PATCH] D100181: [OpenMP] [OMPD] [1/6] Implementation of OMPD debugging library - libompd. Code changes in openmp/runtime to support libompd.
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Apr 11 13:00:12 PDT 2021
jdoerfert added a comment.
Can you please upload a diff with full context, see (https://llvm.org/docs/Phabricator.html#phabricator-request-review-web).
================
Comment at: openmp/runtime/src/kmp_csupport.cpp:644
+ serial_team->t.t_level--;
if (__kmp_env_consistency_check)
----------------
Here and elsewhere, if a change is not guarded by OMPD_SUPPORT, it seems to me they should be committed separately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100181/new/
https://reviews.llvm.org/D100181
More information about the Openmp-commits
mailing list