[flang-commits] [flang] [flang] Make adapt.valuebyref attribute work again (PR #73658)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Tue Nov 28 10:25:00 PST 2023
================
@@ -243,7 +243,8 @@ hlfir::AssociateOp genAssociateExpr(mlir::Location loc,
fir::FirOpBuilder &builder,
hlfir::Entity value,
mlir::Type variableType,
- llvm::StringRef name);
+ llvm::StringRef name,
+ std::optional<mlir::NamedAttribute> attr);
----------------
Leporacanthicus wrote:
Done.
https://github.com/llvm/llvm-project/pull/73658
More information about the flang-commits
mailing list