[clang] [llvm] [OpenMP]Generate implicit default mapper for mapping array section. (PR #101101)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 08:35:41 PDT 2024
================
@@ -5556,6 +5556,7 @@ class OMPMappableExprListClause : public OMPVarListClause<T>,
MapperIdInfo = MapperId;
}
+public:
----------------
jyu2-git wrote:
But I need to call this function after I create new mapper? Do you mean there is other way to call this function?
Thanks.
https://github.com/llvm/llvm-project/pull/101101
More information about the llvm-commits
mailing list