[Openmp-commits] [PATCH] D55078: Add omp_pause_resource* API
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 21 08:00:42 PST 2019
AndreyChurbanov added inline comments.
================
Comment at: openmp/trunk/runtime/src/include/50/omp_lib.h.var:143
+ integer (kind=omp_pause_resource_kind), parameter :: omp_pause_soft = 1
+ integer (kind=omp_pause_resource_kind), parameter :: omp_pause_hard = 2
+
----------------
pawosm01 wrote:
> These three lines are too long causing OpenMP test cases from Flang fortran compiler to fail. See how this problem is addressed in the lines above and below.
Paul, sorry about that. I've missed on review that these lines exceed 72 chars.
Now fixed by commit rL351745.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55078/new/
https://reviews.llvm.org/D55078
More information about the Openmp-commits
mailing list