[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
Mon Sep 12 17:07:40 PDT 2022


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

- Make cxx_shared library common for EBCDIC and ASCII build variations.
- Introducing built-libcxxabi to pick up abi headers from previous build.
- Adding the following macros:

  LIBCXX_DLL_NAME LIBCXX_SHARED_OUTPUT_NAME LIBCXX_ADDITIONAL_COMPILE_FLAGS LIBCXX_ADDITIONAL_LIBRARIES


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.459594.patch
Type: text/x-patch
Size: 11191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220913/f2f04496/attachment.bin>


More information about the libcxx-commits mailing list