[all-commits] [llvm/llvm-project] 280f60: [CIR] Fix NYI AAPCS bit-fields by skipping unsuppo...

Andres-Salamanca via All-commits all-commits at lists.llvm.org
Tue Jun 24 12:03:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 280f60ed6d99cda3a26138d6df103e6d2a58490a
      https://github.com/llvm/llvm-project/commit/280f60ed6d99cda3a26138d6df103e6d2a58490a
  Author: Andres-Salamanca <andrealebarbaritos at gmail.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp

  Log Message:
  -----------
  [CIR] Fix NYI AAPCS bit-fields by skipping unsupported case (#145560)

This PR addresses the error mentioned in
https://github.com/llvm/llvm-project/pull/145067#issuecomment-3001104015,
which occurs on ARM when handling an unsupported bit-field case. The
patch removes the error and replaces it with an assert, marking the
missing feature.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list