[flang-commits] [flang] [Flang][OpenMP][MLIR] Add attach and ref map type lowering to MLIR (PR #177301)
via flang-commits
flang-commits at lists.llvm.org
Tue Mar 3 14:48:34 PST 2026
================
@@ -1461,8 +1461,7 @@ bool ClauseProcessor::processMap(
mlir::Location clauseLocation = converter.genLocation(source);
const auto &[mapType, typeMods, attachMod, refMod, mappers, iterator,
objects] = clause.t;
- if (attachMod)
- TODO(currentLocation, "ATTACH modifier is not implemented yet");
+
----------------
agozillon wrote:
personal preference thing, so happy to change it!
https://github.com/llvm/llvm-project/pull/177301
More information about the flang-commits
mailing list