[all-commits] [llvm/llvm-project] 922282: [TargetVersion] Only enable on RISC-V and AArch64 ...

Piyou Chen via All-commits all-commits at lists.llvm.org
Wed Nov 20 20:26:51 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 922282eacfc054ddadbec04825d6573179e66200
      https://github.com/llvm/llvm-project/commit/922282eacfc054ddadbec04825d6573179e66200
  Author: Piyou Chen <piyou.chen at sifive.com>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/Attr.td
    A clang/test/Sema/attr-target-version-unsupported.c

  Log Message:
  -----------
  [TargetVersion] Only enable on RISC-V and AArch64 (#115991)

Address https://github.com/llvm/llvm-project/issues/115000. 

This patch constrains the target_version feature to work only on RISC-V
and AArch64 to prevent crashes in Clang.

---------

Co-authored-by: Aaron Ballman <aaron at aaronballman.com>



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