[libc-commits] [libc] [libc] fix issues around stack protector (PR #74567)

via libc-commits libc-commits at lists.llvm.org
Wed Dec 6 11:26:24 PST 2023


================
@@ -15,6 +15,7 @@ add_startup_object(
     libc.src.string.memory_utils.inline_memcpy
     libc.src.unistd.environ
   COMPILE_OPTIONS
+    -fno-stack-protector
----------------
michaelrj-google wrote:

should this also be added to the riscv startup options?

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


More information about the libc-commits mailing list