[libcxx-commits] [PATCH] D118620: [SystemZ][z/OS] Build several exception derived classes as a separate library

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 22 16:47:16 PST 2022


zibi accepted this revision.
zibi added a comment.

LGTM



================
Comment at: libcxx/cmake/caches/zos.cmake:9
+set(LIBCXX_EXCEPTION_ZOS_BUILD ON CACHE BOOL
+    "Build libcxx exception library on z/OS as standalone.")
+set(LIBCXXABI_ENABLE_SHARED ON CACHE BOOL "")
----------------
This suggestion reflects the recent removal of standalone build.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118620



More information about the libcxx-commits mailing list