diff options
author | Luboš Luňák <l.lunak@centrum.cz> | 2020-08-17 22:54:45 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@centrum.cz> | 2020-09-03 21:18:17 +0200 |
commit | f369d51896e1c0f61df253b116c42771479549df (patch) | |
tree | d3693daa18fbee25a2e8d05e6ed49368ac94cb6f /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | d1be928d23fe6b6770be007c7fd0753ca4d17516 (diff) | |
download | llvm-f369d51896e1c0f61df253b116c42771479549df.zip llvm-f369d51896e1c0f61df253b116c42771479549df.tar.gz llvm-f369d51896e1c0f61df253b116c42771479549df.tar.bz2 |
[lldb] avoid assert in threadsanitizer tests on linux
The tests are unsupported on linux, but they assert in
Thread::GetStopDescriptionRaw() because of empty stop reason
description. And it is empty because
InstrumentationRuntimeTSan::NotifyBreakpointHit() fails
to get report from InstrumentationRuntimeTSan::RetrieveReportData(),
which is possibly(?) the reason why this is unsupported on linux.
Add a dummy stop reason description for this case, which changes
the test result from failing to unsupported.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions