================
@@ -543,3 +543,11 @@ add_entrypoint_object(
libc.hdr.types.size_t
libc.hdr.wchar_macros
)
+
+add_entrypoint_object(
+ wcsxfrm
+ SRCS
+ wcsxfrm.cpp
+ HDRS
+ wcsxfrm.h
----------------
vhscampos wrote:
Add the dependencies.
https://github.com/llvm/llvm-project/pull/191692