[all-commits] [llvm/llvm-project] ebe616: [SystemZ][z/OS] Missing locale functions libc++
muiez via All-commits
all-commits at lists.llvm.org
Mon Mar 8 11:33:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebe6161c54b92199d897d086834e0c873e3de01c
https://github.com/llvm/llvm-project/commit/ebe6161c54b92199d897d086834e0c873e3de01c
Author: Muiez Ahmed <muiez at ibm.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__support/ibm/locale_mgmt_zos.h
M libcxx/include/__support/ibm/xlocale.h
M libcxx/src/CMakeLists.txt
A libcxx/src/support/ibm/xlocale_zos.cpp
Log Message:
-----------
[SystemZ][z/OS] Missing locale functions libc++
The aim is to add the missing z/OS specific locale functions for libc++ (newlocale, freelocale and uselocale).
Reviewed By: ldionne, #libc, curdeius
Differential Revision: https://reviews.llvm.org/D98044
More information about the All-commits
mailing list