[all-commits] [llvm/llvm-project] e5f51f: [clang][aarch64] Precondition isHomogeneousAggrega...

David Truby via All-commits all-commits at lists.llvm.org
Tue Jan 12 11:51:10 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e5f51fdd650c6d20c81fedb8e856e9858aa10991
      https://github.com/llvm/llvm-project/commit/e5f51fdd650c6d20c81fedb8e856e9858aa10991
  Author: David Truby <david.truby at arm.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/test/CodeGenCXX/homogeneous-aggregates.cpp
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll

  Log Message:
  -----------
  [clang][aarch64] Precondition isHomogeneousAggregate on isCXX14Aggregate

MSVC on WoA64 includes isCXX14Aggregate in its definition. This is de-facto
specification on that platform, so match msvc's behaviour.

Fixes: https://bugs.llvm.org/show_bug.cgi?id=47611

Co-authored-by: Peter Waller <peter.waller at arm.com>

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




More information about the All-commits mailing list