[Openmp-commits] [PATCH] D39890: [OMPT] Fix assertion for OpenMP code generated with outdated compilers

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 10 08:02:52 PST 2017


Hahnfeld added a comment.

Please run `clang-format` on the changes.



================
Comment at: runtime/src/kmp_sched.cpp:69
   ompt_task_info_t *task_info = NULL;
   ompt_work_type_t ompt_work_type;
+  
----------------
Maybe we should have the default `ompt_work_loop` go here, just in case `loc == NULL`? (same for `_fini`)


https://reviews.llvm.org/D39890





More information about the Openmp-commits mailing list