Skip to content

Commit 4fabf01

Browse files
authored
Merge pull request #6743 from jimingham/tsan-anon-struct
Make the TSan report capture data structure anonymous.
2 parents 5ba4db9 + 11d0084 commit 4fabf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const char *thread_sanitizer_retrieve_report_data_command = R"(
9595
const int REPORT_TRACE_SIZE = 128;
9696
const int REPORT_ARRAY_SIZE = 4;
9797
98-
struct data {
98+
struct {
9999
void *report;
100100
const char *description;
101101
int report_count;

0 commit comments

Comments
 (0)