[compiler-rt] [msan] Block signals during MsanThread::Destroy (PR #98405)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 16:03:37 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 131eb30584333b61888735b4fefe53dd25b741e0 b68c6d52a470391c8ad6f4f22f88dc1c5aecd1ec --extensions cpp -- compiler-rt/lib/msan/msan_thread.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/compiler-rt/lib/msan/msan_thread.cpp b/compiler-rt/lib/msan/msan_thread.cpp
index cc4dfe601e..e61c609471 100644
--- a/compiler-rt/lib/msan/msan_thread.cpp
+++ b/compiler-rt/lib/msan/msan_thread.cpp
@@ -1,8 +1,8 @@
 
-#include "msan.h"
 #include "msan_thread.h"
-#include "msan_interface_internal.h"
 
+#include "msan.h"
+#include "msan_interface_internal.h"
 #include "sanitizer_common/sanitizer_linux.h"
 #include "sanitizer_common/sanitizer_tls_get_addr.h"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/98405


More information about the llvm-commits mailing list