[Openmp-commits] [PATCH] D55078: Add omp_pause_resource* API
Paul Osmialowski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 21 06:59:17 PST 2019
pawosm01 added a comment.
This commi causes Flang unit tests to fail.
================
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
+
----------------
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.
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