[PATCH] D86051: [flang]Add Semantic Checks for OpenMP Allocate Clause
Irina Dobrescu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 08:39:05 PDT 2020
Rin added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMP.td:211
VersionedClause<OMPC_Copyin>,
- VersionedClause<OMPC_Allocate>
+ VersionedClause<OMPC_Allocate, 50>
];
----------------
clementval wrote:
> This information is not used in Flang at the moment. Looks like couple of Clang OpenMP tests are failing with this patch and Clang is using this information. So I'm not sure it is worth adding this now or you would have to check the failure in Clang.
I didn't notice that. I'll make sure to remove this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86051/new/
https://reviews.llvm.org/D86051
More information about the llvm-commits
mailing list