[PATCH] D75591: [OpenMP] Add firstprivate as a default data-sharing attribute to clang
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 20 04:51:16 PDT 2020
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
In D75591#1904969 <https://reviews.llvm.org/D75591#1904969>, @lebedev.ri wrote:
> IIUC `default(firstprivate)` is being added in openmp-5.1,
> it is not in openmp-4.5, so it should not be accepted
> in pre-openmp-5.1-mode (i.e. it should be diagnosed)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75591/new/
https://reviews.llvm.org/D75591
More information about the cfe-commits
mailing list