Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] remove unnecessary dependency on assert from __stack_check_fail #75985

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

nickdesaulniers
Copy link
Member

No description provided.

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 19, 2023

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Changes

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

1 Files Affected:

  • (modified) libc/src/compiler/generic/CMakeLists.txt (-1)
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
 )

@nickdesaulniers nickdesaulniers merged commit 8f6352f into llvm:main Dec 19, 2023
5 checks passed
@nickdesaulniers nickdesaulniers deleted the libc_noassert branch December 20, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants