[flang-commits] [flang] [OpenMP][Flang] Emit default declare mappers implicitly for derived types (PR #140562)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Fri Jul 4 07:44:49 PDT 2025
================
@@ -3540,7 +3540,7 @@ WRAPPER_CLASS(OmpLocatorList, std::list<OmpLocator>);
struct OmpMapperSpecifier {
// Absent mapper-identifier is equivalent to DEFAULT.
TUPLE_CLASS_BOILERPLATE(OmpMapperSpecifier);
- std::tuple<std::optional<Name>, TypeSpec, Name> t;
+ std::tuple<std::string, TypeSpec, Name> t;
----------------
TIFitis wrote:
Sorry these are remnants from the PR stack. I've rebased this so the change is much smaller now, sorry for the delay in rebasing, it slipped my mind.
https://github.com/llvm/llvm-project/pull/140562
More information about the flang-commits
mailing list