[libc-commits] [libc] [libc] Add struct passwd type, pwd.yaml, and pwd_utils parser (PR #212421)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Tue Jul 28 03:13:12 PDT 2026
================
@@ -0,0 +1,14 @@
+add_object_library(
+ pwd_utils
+ HDRS
+ pwd_utils.h
+ SRCS
+ pwd_utils.cpp
+ DEPENDS
+ libc.hdr.errno_macros
+ libc.hdr.types.struct_passwd
+ libc.src.string.string_utils
+ libc.src.__support.ctype_utils
+ libc.src.__support.str_to_integer
+ libc.src.__support.macros.config
----------------
vhscampos wrote:
Missing dependency to error_or.
https://github.com/llvm/llvm-project/pull/212421
More information about the libc-commits
mailing list