[PATCH] D85763: [flang] Copy attributes and flags onto host-assoc symbols

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 11:09:23 PDT 2020


klausler added a comment.

What if the attributes of the host symbol change after the association symbol is created?  It might be safer to fetch the attributes and flags from the original host symbol when they're needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85763/new/

https://reviews.llvm.org/D85763



More information about the llvm-commits mailing list