[libc-commits] [libc] [libc] Build fixes for widechar characterconverter (PR #143805)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jun 12 09:12:33 PDT 2025
================
@@ -0,0 +1,11 @@
+add_custom_target(libc-support-wchar-tests)
+
+add_libc_test(
+ utf32_to_8_test
+ SUITE
+ libc-support-tests
+ SRCS
+ utf32_to_8_test.cpp
+ DEPENDS
+ libc.src.__support.wchar.character_converter
+ )
----------------
michaelrj-google wrote:
fix missing newline at EOF
https://github.com/llvm/llvm-project/pull/143805
More information about the libc-commits
mailing list