tsan: Update to LLVM 19.1.0.
This commit is contained in:
committed by
Andrew Kelley
parent
7f6b7c5608
commit
a40cdad18c
4
lib/tsan/tsan_debugging.cpp
vendored
4
lib/tsan/tsan_debugging.cpp
vendored
@@ -35,7 +35,9 @@ static const char *ReportTypeDescription(ReportType typ) {
|
||||
case ReportTypeSignalUnsafe: return "signal-unsafe-call";
|
||||
case ReportTypeErrnoInSignal: return "errno-in-signal-handler";
|
||||
case ReportTypeDeadlock: return "lock-order-inversion";
|
||||
// No default case so compiler warns us if we miss one
|
||||
case ReportTypeMutexHeldWrongContext:
|
||||
return "mutex-held-in-wrong-context";
|
||||
// No default case so compiler warns us if we miss one
|
||||
}
|
||||
UNREACHABLE("missing case");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user