summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorThirumalai Shaktivel <74826228+Thirumalai-Shaktivel@users.noreply.github.com>2025-02-19 14:17:20 +0530
committerGitHub <noreply@github.com>2025-02-19 14:17:20 +0530
commit99aea2176ba2327264501befbbd8dc6da4d64f94 (patch)
tree7126907b72257d98a7a7e731302573bfe22f233e /lldb/source/Plugins/ScriptInterpreter/Python
parentb9a1e58b2c63c9c0ef775d97d6728b64083a2239 (diff)
[Flang][OpenMP] Skip threadprivate HostAssoc symbols for default privatization (#127754)
Issue: Compilation abnormally terminates in parallel default(private) Documentation reference: A threadprivate variable must not appear as the base variable of a list item in any clause except for the copyin and copyprivate clauses Explanation: From the reference, the threadprivate symbols cannot be used in the DSA clauses, which in turn means, the symbol can be skipped for default privatization Fixes #123535
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions