[libc-commits] [libc] [libc] Add wcsxfrm (PR #191692)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Apr 16 03:29:23 PDT 2026
================
@@ -0,0 +1,98 @@
+//===-- Unittests for wcsxfrm --------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "src/wchar/wcsxfrm.h"
+#include "test/UnitTest/Test.h"
+
+#define EXPECT_WCHAR_EQ(ACTUAL, EXPECTED) \
----------------
michaelrj-google wrote:
add a TODO to fix this, since we shouldn't need this long term.
https://github.com/llvm/llvm-project/pull/191692
More information about the libc-commits
mailing list