[libcxx-commits] [PATCH] D118503: [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 21 10:39:14 PDT 2022


zibi updated this revision to Diff 461946.
zibi added a comment.

- Make cxx_shared library common for EBCDIC and ASCII build variations.
- Use LIBCXX_CXX_ABI=-libcxxabi to pick up abi headers and library from previous build.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118503/new/

https://reviews.llvm.org/D118503

Files:
  libcxx/CMakeLists.txt
  libcxx/cmake/Modules/HandleLibCXXABI.cmake
  libcxx/cmake/caches/s390x-ibm-zos-ascii.cmake
  libcxx/cmake/caches/s390x-ibm-zos.cmake
  libcxx/cmake/caches/s390x32-ibm-zos-ascii.cmake
  libcxx/cmake/caches/s390x32-ibm-zos.cmake
  libcxx/src/CMakeLists.txt
  libcxx/utils/zos_rename_dll_side_deck.sh
  libcxxabi/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118503.461946.patch
Type: text/x-patch
Size: 10111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220921/2c252d96/attachment.bin>


More information about the libcxx-commits mailing list