[Openmp-commits] [PATCH] D39890: [OMPT] Fix assertion for OpenMP code generated with outdated compilers
Olga Malysheva via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 10 06:16:42 PST 2017
omalyshe added inline comments.
================
Comment at: runtime/src/kmp_sched.cpp:85
+ ompt_work_type = ompt_work_loop;
+ KMP_WARNING(OmptOutdatedWorkshare);
}
----------------
omalyshe wrote:
> I think Jonas meant not to emit warning here; just silently set to the default value
Sorry, this comment is about *_fini, of course.
https://reviews.llvm.org/D39890
More information about the Openmp-commits
mailing list