[compiler-rt] Reland copy file range san (PR #129114)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 12:38:02 PST 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 6ce41db6b0275d060d6e60f88b96a1657024345c 6f75b4070499c9692b69ae950b28949b1cd5e1ec --extensions inc,c -- compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
``````````

</details>

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

``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c b/compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c
index b90d688007..c9e3817c69 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/copy_file_range.c
@@ -16,7 +16,7 @@
 #endif
 
 #if !__GLIBC_PREREQ(2, 27)
-#  define copy_file_range(a, b, c, d, e, f)                                       \
+#  define copy_file_range(a, b, c, d, e, f)                                    \
     (ssize_t) syscall(__NR_copy_file_range, a, b, c, d, e, f)
 #endif
 

``````````

</details>


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


More information about the llvm-commits mailing list