[libcxx-commits] [PATCH] D114813: [SystemZ][z/OS] ASCII/EBCDIC support with no coexistence

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 24 09:18:54 PST 2021


zibi added a comment.

We need to pass `"-fzos-le-char-mode=ebcdic` for libcxx same as we do for libcxxabi



================
Comment at: libcxx/CMakeLists.txt:477
 # 'LIBCXX_COMPILE_FLAGS' and 'LIBCXX_LINK_FLAGS'
+add_target_flags_if_supported("-fzos-le-char-mode=${LIBCXX_BUILD_ZOS_ENCODING}")
+
----------------
add_target_flags_if_supported("-fzos-le-char-mode=ebcdic")


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

https://reviews.llvm.org/D114813



More information about the libcxx-commits mailing list