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
Event Timeline
| openmp/libompd/src/omp-debug.cpp | ||
|---|---|---|
| 45 | Can we return early here if callback table is invalid? | |
| 84 | Should this be !*handle? | |
| 152 | ompd_rc_stale_handle looks more accurate. | |
| 176 | Comment is incorrect. | |
| 224 | Comment is incorrect. | |
| 616 | Comment is incorrect. This is also an input. | |
Can we return early here if callback table is invalid?