This is part of review: https://reviews.llvm.org/D100181
Implementation of OMPD APIs as specified in the doc OpenMP API specificaion (5 OMPD Interface).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libompd/src/omp-debug.cpp | ||
---|---|---|
46 | Can we return early here if callback table is invalid? | |
85 | Should this be !*handle? | |
153 | ompd_rc_stale_handle looks more accurate. | |
177 | Comment is incorrect. | |
225 | Comment is incorrect. | |
617 | Comment is incorrect. This is also an input. |
Can we return early here if callback table is invalid?