forked from OSchip/llvm-project
Revert "[lldb] avoid assert in threadsanitizer tests on linux"
This reverts commitf369d51896
. The bug this fixes was already fixed by1c5a0cb1c3
with the same approach and this commit is now just giving the variable a second fallback value.
This commit is contained in:
parent
a9c0bf0404
commit
bdc4c0bc5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue