[compiler-rt] [compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (PR #149120)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 01:40:02 PDT 2025
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 HEAD~1 HEAD --extensions h,cpp -- compiler-rt/test/fuzzer/SigTrapTest.cpp compiler-rt/lib/fuzzer/FuzzerDriver.cpp compiler-rt/lib/fuzzer/FuzzerOptions.h compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/compiler-rt/test/fuzzer/SigTrapTest.cpp b/compiler-rt/test/fuzzer/SigTrapTest.cpp
index 4f690a55d..c3019a162 100644
--- a/compiler-rt/test/fuzzer/SigTrapTest.cpp
+++ b/compiler-rt/test/fuzzer/SigTrapTest.cpp
@@ -27,4 +27,3 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
}
return 0;
}
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/149120
More information about the llvm-commits
mailing list