[llvm-branch-commits] [NFC][sanitizer] VReport incomplete list (PR #111944)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Oct 10 20:56:46 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/111944.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp (+1)
``````````diff
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/111944
More information about the llvm-branch-commits
mailing list