================
@@ -3748,6 +3749,7 @@
getMapClauseKindFromModifier(OpenMPDefaultmapClauseModifier M,
OpenMPMapClauseKind Kind = OMPC_MAP_unknown;
switch (M) {
case OMPC_DEFAULTMAP_MODIFIER_alloc:
----------------
alexey-bataev wrote:Should be alloc disabled for 6.0 and above? https://github.com/llvm/llvm-project/pull/158336 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
