[libc-commits] [libc] [libc] add __stack_chk_guard to generic (PR #121121)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Mon Dec 30 23:08:16 PST 2024
================
@@ -12,6 +12,8 @@
extern "C" {
+uintptr_t __stack_chk_guard;
----------------
RossComputerGuy wrote:
Good idea, I added that now.
https://github.com/llvm/llvm-project/pull/121121
More information about the libc-commits
mailing list