[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
Wed Jul 14 14:02:50 PDT 2021


Kai updated this revision to Diff 358739.
Kai added a comment.

- Introduces build option LLVM_ENABLE_ICONV to optionally turn building with iconv off
- Add include path to the iconv header when building with iconv enabled and not part of  C library This hopefully fixes the build failure on the Windows bot.


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.358739.patch
Type: text/x-patch
Size: 23751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/9ee472b5/attachment.bin>


More information about the llvm-commits mailing list