[flang-commits] [flang] [Flang][OpenMP] Initial defaultmap(none) implementation (PR #166715)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Nov 7 04:04:22 PST 2025
================
@@ -1008,9 +1008,7 @@ getImplicitMapTypeAndKind(fir::FirOpBuilder &firOpBuilder,
mlir::omp::VariableCaptureKind::ByRef);
break;
case DefMap::ImplicitBehavior::Firstprivate:
- case DefMap::ImplicitBehavior::None:
- TODO(loc, "Firstprivate and None are currently unsupported defaultmap "
- "behaviour");
+ TODO(loc, "Firstprivate currently unsupported defaultmap behaviour");
----------------
kparzysz wrote:
*is currently
https://github.com/llvm/llvm-project/pull/166715
More information about the flang-commits
mailing list