[flang-commits] [flang] [flang][OpenMP] Fix threadprivate common blocks (PR #68739)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Wed Oct 11 06:04:57 PDT 2023


luporl wrote:

Thanks @kiranchandramohan for the review.
By looking at git's history, it seems that initially `ResolveOmpCommonBlockName` was used with OpenMP regions only, such as `parallel`, but later it started being used with `threadprivate`, that needs to search the current scope.

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


More information about the flang-commits mailing list