[PATCH] D142358: Opting out of Clang 15 ABI Changes for AIX and z/OS

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:47:25 PST 2023


dblaikie added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:822
   classified such types as non-POD (for the purposes of Itanium ABI). Clang now
-  matches the gcc behavior (except on Darwin and PS4). You can switch back to
+  matches the gcc behavior (except on Darwin, PS4, AIX and z/OS). You can switch back to
   the old ABI behavior with the flag: ``-fclang-abi-compat=15.0``.
----------------
Might need some line wrapping here?


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

https://reviews.llvm.org/D142358



More information about the cfe-commits mailing list