[PATCH] D67978: [OpenMP 5.0] Fix user-defined mapper lookup in sema for arrays
Lingda Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 13:50:31 PDT 2019
lildmh added a comment.
Without this patch, it cannot recognize array with mapper, for instance, `#pragma omp target map(mapper(a),to: arr[0:2])` won't work without this patch.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67978/new/
https://reviews.llvm.org/D67978
More information about the cfe-commits
mailing list