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

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:08:26 PST 2023


hubert.reinterpretcast added inline comments.


================
Comment at: clang/test/SemaCXX/class-layout.cpp:10
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -fsyntax-only -verify -std=c++11 -Wno-inaccessible-base -fclang-abi-compat=16 -DCLANG_ABI_COMPAT=16
 // expected-no-diagnostics
 
----------------
There are no AIX and z/OS `RUN` lines here? For AIX, we expect `-DCLANG_ABI_COMPAT=15` behaviour with and without the `-fclang-abi-compat=15` option.


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

https://reviews.llvm.org/D142358



More information about the cfe-commits mailing list