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

Muiez Ahmed via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 2 07:27:06 PST 2022


muiez added inline comments.


================
Comment at: libcxx/src/CMakeLists.txt:236
+      # 64 bit
+      set (ZOS_BUILD_32_BITS OFF)
+      set(dll_name   "CRTEQCXE")
----------------
We don't need to set ZOS_BUILD_32_BITS here anymore, as it is not used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118503



More information about the libcxx-commits mailing list