[Openmp-commits] [PATCH] D97019: [OpenMP] libomp: Add masked construct, change proc-bind keyword, deprecate master construct
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 25 12:15:50 PST 2021
jlpeyton added inline comments.
================
Comment at: openmp/runtime/src/kmp.h:1455
+ ct_barrier,
+ ct_masked
};
----------------
The corresponding string "\"masked\"" should be put into `cons_text_c` in kmp_error_cpp
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97019/new/
https://reviews.llvm.org/D97019
More information about the Openmp-commits
mailing list