[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 08:18:01 PST 2022
muiez added inline comments.
================
Comment at: libcxx/src/CMakeLists.txt:234
+
+ if(${LIBCXX_TARGET_TRIPLE} STREQUAL "s390x-ibm-zos")
+ # 64 bit
----------------
The LIBCXX_TARGET_TRIPLE is deprecated.
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