aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorNick Desaulniers <nickdesaulniers@users.noreply.github.com>2023-12-19 15:55:22 -0800
committerGitHub <noreply@github.com>2023-12-19 15:55:22 -0800
commit8f6352fcb309c1c0b394b173f589bc9322437aa0 (patch)
treef727ef278feb242b2f824dae1e28a526ea1fc074 /libc
parent394274965a119973612c25e0eaf299c8954cce94 (diff)
downloadllvm-8f6352fcb309c1c0b394b173f589bc9322437aa0.zip
llvm-8f6352fcb309c1c0b394b173f589bc9322437aa0.tar.gz
llvm-8f6352fcb309c1c0b394b173f589bc9322437aa0.tar.bz2
[libc] remove unnecessary dependency on assert from __stack_check_fail (#75985)
Diffstat (limited to 'libc')
-rw-r--r--libc/src/compiler/generic/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/src/compiler/generic/CMakeLists.txt b/libc/src/compiler/generic/CMakeLists.txt
index 0d869b7..2fc8f7f 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
)