[llvm-branch-commits] [asan] Print `unique_id` instead of `tid` (PR #111925)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 10 17:48:59 PDT 2024
vitalybuka wrote:
> Is this an improvement? How will people convert this to the TID, or know that they have to?
TID is not OS ID, TID is just an index in ThreadRegistry array
I think it's not perfect, and we need to replace/add this with OS ID, but it's bigger job.
https://github.com/llvm/llvm-project/pull/111925
More information about the llvm-branch-commits
mailing list