diff options
author | Rémy Neveu <95233708+rneveu@users.noreply.github.com> | 2025-03-12 15:39:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 11:39:02 -0700 |
commit | 3aa96f52cff3dfedba428d70fb2c55798b39e1b3 (patch) | |
tree | 0064108227ae642f46d10367de8ea7ddb7f3d87a /lldb/packages/Python/lldbsuite/test | |
parent | ab53e1c8e52388377ba50c05979b03a691513cfd (diff) | |
download | llvm-3aa96f52cff3dfedba428d70fb2c55798b39e1b3.zip llvm-3aa96f52cff3dfedba428d70fb2c55798b39e1b3.tar.gz llvm-3aa96f52cff3dfedba428d70fb2c55798b39e1b3.tar.bz2 |
[OpenMP] [Taskgraph] Differentiating task ids from the taskgraph and from the debugger (#130660)
This PR creates a new member for task data, which is used to identify
the task in its taskgraph (when ompx taskgraph is enabled).
It aims to remove the overloading of the td_task_id member, which was
used both by the debugger and the taskgraph. This resulted in the
identifier's non-unicity in the case of multiple taskgraphs.
Co-authored-by: Rémy Neveu <rem2007@free.fr>
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions