[compiler-rt] [compiler-rt] Reapply freadlink interception for macOs. (PR #110917)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 12:22:25 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 3a6b89540efeb53d3c7e26986a523dc7184aa0f4 f52b69930093e7e9d6620faf1a55baee770e4781 --extensions h,inc,c -- compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c b/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
index d7da47847d..9957448617 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
@@ -29,4 +29,3 @@ int main(int argc, char **argv) {
return 0;
}
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/110917
More information about the llvm-commits
mailing list