[libc-commits] [libc] [libc][annex_k] Add abort_handler_s. (PR #164089)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Wed Mar 25 05:56:23 PDT 2026
================
@@ -720,6 +720,16 @@ add_entrypoint_object(
.${LIBC_TARGET_OS}.abort
)
+add_entrypoint_object(
+ abort_handler_s
+ SRCS
+ abort_handler_s.cpp
+ HDRS
+ abort_handler_s.h
+ DEPENDS
+ libc.src.__support.annex_k.abort_handler_s
----------------
vhscampos wrote:
Please add dependencies for the headers included
https://github.com/llvm/llvm-project/pull/164089
More information about the libc-commits
mailing list