[PATCH] D112876: [Flang][OpenMP] Copy the attributes when creating a host-associated symbol

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 00:49:20 PDT 2021


peixin accepted this revision.
peixin added a comment.
This revision is now accepted and ready to land.

Thanks @kiranchandramohan. LGTM. Please fix the code format warning.

BTW, this also fix the case when the pointer is in common block and the common block is in `private` clause.

Could you please cherry-pick this patch to fir-dev after merged? I need fix https://github.com/flang-compiler/f18-llvm-project/pull/1179 if this patch is merged since this patch affects the lowering of copying symbols in `private` clause.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112876



More information about the llvm-commits mailing list