[clang] [llvm] [OpenMP]Generate implicit default mapper for mapping array section. (PR #101101)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 13:17:41 PDT 2024
================
@@ -5556,6 +5556,7 @@ class OMPMappableExprListClause : public OMPVarListClause<T>,
MapperIdInfo = MapperId;
}
+public:
----------------
jyu2-git wrote:
Thanks Alexey! I changed! Instead generate implicit mapper during map creation.
https://github.com/llvm/llvm-project/pull/101101
More information about the cfe-commits
mailing list