[all-commits] [llvm/llvm-project] a1da73: [SystemZ][z/OS] ASCII/EBCDIC support with no coexi...
muiez via All-commits
all-commits at lists.llvm.org
Fri Jan 14 08:37:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1da73961d291c6a205150caa6ebda71757b9add
https://github.com/llvm/llvm-project/commit/a1da73961d291c6a205150caa6ebda71757b9add
Author: Muiez Ahmed <muiez at ibm.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/include/__config
M libcxx/include/__locale
M libcxx/include/regex
M libcxx/src/locale.cpp
M libcxx/src/regex.cpp
M libcxxabi/CMakeLists.txt
Log Message:
-----------
[SystemZ][z/OS] ASCII/EBCDIC support with no coexistence
The aim of this patch is to break up the larger patch (https://reviews.llvm.org/D111323) to be more upstream friendly. In particular, this patch adds the char encoding sensitive changes but does not use inline namespaces as before. The use of namespaces to build both versions of the library, and localization of error messages will follow in a subsequent patch.
Differential Revision: https://reviews.llvm.org/D114813
More information about the All-commits
mailing list