[compiler-rt] 36639af - [NFC][sanitizer] VReport incomplete list (#111944)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 21:01:09 PDT 2024
Author: Vitaly Buka
Date: 2024-10-10T21:01:07-07:00
New Revision: 36639af8adcd302e12f2962fd2b917d41323e5ae
URL: https://github.com/llvm/llvm-project/commit/36639af8adcd302e12f2962fd2b917d41323e5ae
DIFF: https://github.com/llvm/llvm-project/commit/36639af8adcd302e12f2962fd2b917d41323e5ae.diff
LOG: [NFC][sanitizer] VReport incomplete list (#111944)
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp b/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
index ebe7b6f2ee8cc2..945da99d41f4ea 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
@@ -216,6 +216,7 @@ bool ThreadSuspender::SuspendAllThreads() {
VReport(1, "Failed to list threads\n");
return false;
case ThreadLister::Incomplete:
+ VReport(1, "Incomplete list\n");
retry = true;
break;
case ThreadLister::Ok:
More information about the llvm-commits
mailing list