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

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


Author: Nick Desaulniers
Date: 2023-12-19T15:55:22-08:00
New Revision: 8f6352fcb309c1c0b394b173f589bc9322437aa0

URL: https://github.com/llvm/llvm-project/commit/8f6352fcb309c1c0b394b173f589bc9322437aa0
DIFF: https://github.com/llvm/llvm-project/commit/8f6352fcb309c1c0b394b173f589bc9322437aa0.diff

LOG: [libc] remove unnecessary dependency on assert from __stack_check_fail (#75985)

Added: 
    

Modified: 
    libc/src/compiler/generic/CMakeLists.txt

Removed: 
    


################################################################################
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
 )


        


More information about the libc-commits mailing list