[libc-commits] [libc] [libc] move __stack_chk_fail to src/ from startup/ (PR #75863)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 18 13:57:08 PST 2023


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 6c12fd91540fe2f86b5032b10f04b74910b4c411 60958c1aadc2e89d08e30f698c4c23f8d89aa1b7 -- libc/src/compiler/generic/__stack_chk_fail.cpp libc/startup/linux/x86_64/start.cpp
``````````

</details>

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

``````````diff
diff --git a/libc/src/compiler/generic/__stack_chk_fail.cpp b/libc/src/compiler/generic/__stack_chk_fail.cpp
index 076ed351e5..0ca02071f2 100644
--- a/libc/src/compiler/generic/__stack_chk_fail.cpp
+++ b/libc/src/compiler/generic/__stack_chk_fail.cpp
@@ -18,4 +18,3 @@ LLVM_LIBC_FUNCTION(void, __stack_chk_fail, (void)) {
 }
 
 } // namespace LIBC_NAMESPACE
-

``````````

</details>


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


More information about the libc-commits mailing list