[all-commits] [llvm/llvm-project] 0f5099: Opting out of Clang 16 ABI Changes for AIX and z/OS
nicolerabjohn via All-commits
all-commits at lists.llvm.org
Mon Jan 23 22:14:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f5099cd94226479fe30b4fc2d6a9743ebe2b12b
https://github.com/llvm/llvm-project/commit/0f5099cd94226479fe30b4fc2d6a9743ebe2b12b
Author: Nicole Rabjohn <nicolerabjohn at gmail.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/RecordLayoutBuilder.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/test/SemaCXX/class-layout.cpp
Log Message:
-----------
Opting out of Clang 16 ABI Changes for AIX and z/OS
There is already a GCC compatibility gap on AIX, & GCC compatibility is
not a concern on z/OS. GCC compatibility is not sufficient motivation
for breaking ABI on AIX and z/OS. This opts out of changes introduced in
https://reviews.llvm.org/D119051. For AIX only, also opt out of D117616
(which z/OS had picked up at the time ABI stabilization occurred).
Differential Revision: https://reviews.llvm.org/D142358
More information about the All-commits
mailing list