[Openmp-commits] [PATCH] D23305: [OMPT] Align implementation of reenter frame address to latest (frozen) version of OMPT spec
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 17 13:17:56 PDT 2016
jlpeyton added inline comments.
================
Comment at: runtime/src/kmp_tasking.c:1357
@@ -1356,3 +1356,3 @@
if (ompt_enabled) {
new_taskdata->ompt_task_info.frame.reenter_runtime_frame = 0;
}
----------------
Can this be changed to NULL to be consistent?
================
Comment at: runtime/src/kmp_tasking.c:1472
@@ -1471,3 +1471,3 @@
}
taskdata->ompt_task_info.frame.reenter_runtime_frame = 0;
}
----------------
Same here.
https://reviews.llvm.org/D23305
More information about the Openmp-commits
mailing list