[libc-commits] [libc] [libc] Implement iswgraph entrypoint (PR #185339)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Mar 9 10:21:16 PDT 2026
================
@@ -17,3 +17,13 @@ add_entrypoint_object(
DEPENDS
libc.src.__support.wctype_utils
)
+
+add_entrypoint_object(
+ iswgraph
+ SRCS
+ iswgraph.cpp
+ HDRS
+ iswgraph.h
+ DEPENDS
+ libc.src.__support.wctype_utils
+)
----------------
michaelrj-google wrote:
missing newline at the end of the file
https://github.com/llvm/llvm-project/pull/185339
More information about the libc-commits
mailing list