[libc-commits] [libc] [libc] Add wcsxfrm (PR #191692)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 01:56:40 PDT 2026


================
@@ -0,0 +1,51 @@
+//===-- Implementation of 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 "src/__support/common.h"
+
+namespace LIBC_NAMESPACE_DECL {
----------------
vhscampos wrote:

This macro is defined in "src/__support/macros/config.h". Can you please add an #include here and add that header as a dependency in the CMake part.

https://github.com/llvm/llvm-project/pull/191692


More information about the libc-commits mailing list