[all-commits] [llvm/llvm-project] 7bfc4a: Reland: "[Clang] Demote always_inline error to war...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Sun Aug 4 02:23:44 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bfc4abb54db7ba2fc6ddf53f30bed752af57626
      https://github.com/llvm/llvm-project/commit/7bfc4abb54db7ba2fc6ddf53f30bed752af57626
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2024-08-04 (Sun, 04 Aug 2024)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/lib/CodeGen/Targets/AArch64.cpp
    M clang/test/CodeGen/aarch64-sme-inline-streaming-attrs.c

  Log Message:
  -----------
  Reland: "[Clang] Demote always_inline error to warning for mismatching SME attrs" (#100991) (#100996)

Test `aarch64-sme-inline-streaming-attrs.c` caused some buildbot
failures, because the test was missing a `REQUIRES: aarch64-registered
target`. This was because we've demoted the error to a warning, which
then resulted in a different error message, because Clang can't actually
CodeGen the IR.

(cherry picked from commit 389679d5f9055bffe8bbd25ae41f084a8d08e0f8)



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