[llvm-branch-commits] [libc] [libc][stdlib][annex_k] Add ignore_handler_s. (PR #164090)
Victor Campos via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 5 10:17:48 PDT 2026
================
@@ -747,3 +747,16 @@ add_entrypoint_object(
DEPENDS
.${LIBC_TARGET_OS}.system
)
+
+add_entrypoint_object(
+ ignore_handler_s
+ HDRS
+ ignore_handler_s.h
+ SRCS
+ ignore_handler_s.cpp
+ DEPENDS
+ libc.hdr.types.errno_t
+ libc.src.__support.libc_errno
----------------
vhscampos wrote:
Line 759: not required
https://github.com/llvm/llvm-project/pull/164090
More information about the llvm-branch-commits
mailing list