[libcxx-commits] [PATCH] D99913: [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtime
Abhina Sree via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 5 06:31:12 PDT 2021
abhina.sreeskantharajan added inline comments.
================
Comment at: libcxxabi/src/cxa_personality.cpp:886
#else
+#ifdef __MVS__
+__zos_cxx_personality_v2
----------------
minor nit: This can be changed to #elif
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99913/new/
https://reviews.llvm.org/D99913
More information about the libcxx-commits
mailing list