[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 13:52:41 PST 2023
dblaikie added inline comments.
================
Comment at: clang/test/SemaCXX/class-layout.cpp:18
// expected-no-diagnostics
+#if !defined(__MVS__) && !defined(_AIX)
----------------
What's the reason this part is #ifdef'd out? Does it contain code that's unsupported on these platforms?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142358/new/
https://reviews.llvm.org/D142358
More information about the cfe-commits
mailing list