Revert "[lldb] avoid assert in threadsanitizer tests on linux"

This reverts commit f369d51896. The bug this
fixes was already fixed by 1c5a0cb1c3 with the
same approach and this commit is now just giving the variable a second fallback
value.
This commit is contained in:
Raphael Isemann 2020-09-04 09:30:12 +02:00
parent a9c0bf0404
commit bdc4c0bc5c
1 changed files with 0 additions and 2 deletions

View File

@ -855,8 +855,6 @@ bool InstrumentationRuntimeTSan::NotifyBreakpointHit(
});
report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same",
all_addresses_are_same);
} else {
stop_reason_description = "unknown ThreadSanitizer stop reason";
}
// Make sure this is the right process