[all-commits] [llvm/llvm-project] febbf6: [SystemZ][z/OS] Missing wchar functions libc++
muiez via All-commits
all-commits at lists.llvm.org
Fri Mar 12 12:41:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: febbf68b423b14d55a14980d2ba3ec37ef1e31dc
https://github.com/llvm/llvm-project/commit/febbf68b423b14d55a14980d2ba3ec37ef1e31dc
Author: Muiez Ahmed <muiez at ibm.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Changed paths:
M libcxx/include/wchar.h
M libcxx/src/CMakeLists.txt
A libcxx/src/support/ibm/mbsnrtowcs.inc
A libcxx/src/support/ibm/wcsnrtombs.inc
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