[flang-commits] [flang] [Flang][OpenMP] Skip threadprivate HostAssoc symbols for privatization (PR #127754)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Feb 19 00:40:39 PST 2025
kiranchandramohan wrote:
> From the reference, the threadprivate symbols cannot be used in the DSA clauses, which in turn means, the symbol can be skipped for privatization
You mean default privatization right? It might be good to clarify that. Do we emit an error if it occurs in a private clause?
https://github.com/llvm/llvm-project/pull/127754
More information about the flang-commits
mailing list