[all-commits] [llvm/llvm-project] e59f64: Move GCC-compatible pod-packing change to v15/old ...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue May 24 20:03:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e59f648d698efe58b96e9b6224449b2b8cfa872a
      https://github.com/llvm/llvm-project/commit/e59f648d698efe58b96e9b6224449b2b8cfa872a
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-05-25 (Wed, 25 May 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/LangOptions.h
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/SemaCXX/class-layout.cpp

  Log Message:
  -----------
  Move GCC-compatible pod-packing change to v15/old behavior available at v14 and below

Since this didn't make it into the v14 release - anyone requesting the
v14 ABI shouldn't get this GCC-compatible change that isn't backwards
compatible with v14 Clang.

Differential Revision: https://reviews.llvm.org/D126334




More information about the All-commits mailing list