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

Muiez Ahmed via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 13 13:49:45 PST 2022


muiez marked 3 inline comments as done.
muiez added inline comments.


================
Comment at: libcxxabi/CMakeLists.txt:272
 # Configure target flags
+add_target_flags_if_supported("-fzos-le-char-mode=ebcdic")
+
----------------
ldionne wrote:
> What does this flag do? Isn't it necessary only when building using EBCDIC?
This flag ensures that our default encoding is ebcdic. In a subsequent patch, we build the ascii version as a separate library and override this flag.


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

https://reviews.llvm.org/D114813



More information about the libcxx-commits mailing list