[flang-commits] [flang] [Flang][HLFIR] : Use the attributes from the ultimate symbol (PR #71195)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Mon Nov 6 03:16:11 PST 2023
================
@@ -1646,8 +1646,8 @@ void Fortran::lower::genDeclareSymbol(
fir::FirOpBuilder &builder = converter.getFirOpBuilder();
const mlir::Location loc = genLocation(converter, sym);
fir::FortranVariableFlagsAttr attributes =
- Fortran::lower::translateSymbolAttributes(builder.getContext(), sym,
----------------
kiranchandramohan wrote:
Done.
https://github.com/llvm/llvm-project/pull/71195
More information about the flang-commits
mailing list