[libc-commits] [libc] [libc] move __stack_chk_fail to src/ from startup/ (PR #75863)

via libc-commits libc-commits at lists.llvm.org
Mon Dec 18 14:03:06 PST 2023


================
@@ -0,0 +1,11 @@
+add_entrypoint_object(
+  __stack_chk_fail
+  SRCS
+    __stack_chk_fail.cpp
+  HDRS
+    ../__stack_chk_fail.h
----------------
michaelrj-google wrote:

it looks like this header didn't get included in your patch?

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


More information about the libc-commits mailing list