[PATCH] D88741: [SystemZ/z/OS] Add utility class for char set conversion.
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 12:29:14 PDT 2021
Kai updated this revision to Diff 379800.
Kai added a comment.
Changes based on review comments:
- Renamed/moved enumeration members for charset names
- Using a charset alias algorithm to make using charset names easier
- Some source code style updates
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88741/new/
https://reviews.llvm.org/D88741
Files:
llvm/CMakeLists.txt
llvm/cmake/config-ix.cmake
llvm/cmake/modules/LLVMConfig.cmake.in
llvm/docs/CMake.rst
llvm/include/llvm/Config/config.h.cmake
llvm/include/llvm/Support/CharSet.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/CharSet.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/CharSetTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88741.379800.patch
Type: text/x-patch
Size: 25289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/56b2d2ef/attachment.bin>
More information about the llvm-commits
mailing list