[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:21 PDT 2026
================
@@ -0,0 +1,12 @@
+add_header_library(
+ abort_handler_s
+ HDRS
+ abort_handler_s.h
+ DEPENDS
+ libc.hdr.stdio_macros
+ libc.hdr.types.errno_t
+ libc.src.__support.macros.config
+ libc.src.__support.macros.attributes
+ libc.src.__support.OSUtil.osutil
+ libc.src.stdlib.abort
----------------
vhscampos wrote:
Ensure this list of dependencies match the headers included in abort_handler_s.h
https://github.com/llvm/llvm-project/pull/164089
More information about the libc-commits
mailing list