[all-commits] [llvm/llvm-project] 424738: [SystemZ][z/OS] Missing wchar functions libc++
muiez via All-commits
all-commits at lists.llvm.org
Mon Sep 13 06:44:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4247381e26dd6ec476ef9873f5b7db1e01aad2b6
https://github.com/llvm/llvm-project/commit/4247381e26dd6ec476ef9873f5b7db1e01aad2b6
Author: Muiez Ahmed <muiez at ibm.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M libcxx/include/wchar.h
M libcxx/src/CMakeLists.txt
A libcxx/src/support/ibm/mbsnrtowcs.cpp
A libcxx/src/support/ibm/wcsnrtombs.cpp
Log Message:
-----------
[SystemZ][z/OS] Missing wchar functions libc++
The aim is to add the missing z/OS specific implementations for mbsnrtowcs and wcsnrtombs, as part of libc++.
Differential Revision: https://reviews.llvm.org/D98207
More information about the All-commits
mailing list