[libc-commits] [libc] [libc] remove unnecessary dependency on assert from __stack_check_fail (PR #75985)

via libc-commits libc-commits at lists.llvm.org
Tue Dec 19 15:49:24 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/75985.diff


1 Files Affected:

- (modified) libc/src/compiler/generic/CMakeLists.txt (-1) 


``````````diff
diff --git a/libc/src/compiler/generic/CMakeLists.txt b/libc/src/compiler/generic/CMakeLists.txt
index 0d869b72a12cf5..2fc8f7f64c8570 100644
--- a/libc/src/compiler/generic/CMakeLists.txt
+++ b/libc/src/compiler/generic/CMakeLists.txt
@@ -5,7 +5,6 @@ add_entrypoint_object(
   HDRS
     ../__stack_chk_fail.h
   DEPENDS
-    libc.include.assert
     libc.src.__support.OSUtil.osutil
     libc.src.stdlib.abort
 )

``````````

</details>


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


More information about the libc-commits mailing list