[Openmp-commits] [PATCH] D69220: [OpenMP] Enable OpenBSD support
David CARLIER via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Oct 20 04:09:56 PDT 2019
devnexen marked an inline comment as done.
devnexen added inline comments.
================
Comment at: openmp/runtime/src/z_Linux_util.cpp:2150-2151
+ KMP_ASSERT(size);
+ if (kiv.kve_end == end)
+ break;
+
----------------
Hahnfeld wrote:
> Ah wait a second: `end` is always 0?
Ah right I forgot one line :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69220/new/
https://reviews.llvm.org/D69220
More information about the Openmp-commits
mailing list