[all-commits] [llvm/llvm-project] 47f72a: Make the TSan report capture data structure anonym...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Apr 27 17:39:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47f72aede163348ee474be4a3004dc0a9195fa9c
https://github.com/llvm/llvm-project/commit/47f72aede163348ee474be4a3004dc0a9195fa9c
Author: Jim Ingham <jingham at apple.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
Log Message:
-----------
Make the TSan report capture data structure anonymous.
This was using `struct data` which is way to common a name to use in
an lldb expression, and was causing occasional failures in the
TSan report gatherer. The structure doesn't need to have a tag,
so remove it to avoid future problems.
The same job was done for the other sanitizers in D145569, but this
one was overlooked.
Differential Revision: https://reviews.llvm.org/D149394
More information about the All-commits
mailing list