[flang-commits] [flang] [flang][OpenMP] Update all `lastprivate` symbols, not just in clauses (PR #125628)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Feb 4 03:29:14 PST 2025


================
@@ -207,6 +207,9 @@ void DataSharingProcessor::collectSymbolsForPrivatization() {
     }
   }
 
+  // TODO For common blocks, add the underlying objects within the block. Doing
+  // so, we won't need to explicitely handle block objects (or forget to do
+  // so).
----------------
tblah wrote:

Would this be a more general version of https://github.com/llvm/llvm-project/pull/125504/?

https://github.com/llvm/llvm-project/pull/125628


More information about the flang-commits mailing list