[libc-commits] [libc] [libc] Simple __stack_chk_guard implementation (PR #78804)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 19 15:28:33 PST 2024


================
@@ -19,6 +19,7 @@ set(TARGET_LIBC_ENTRYPOINTS
 
     # compiler entrypoints (no corresponding header)
     libc.src.compiler.__stack_chk_fail
+    libc.src.compiler.__stack_chk_guard
----------------
michaelrj-google wrote:

should this also be enabled for x86_64?

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


More information about the libc-commits mailing list