[all-commits] [llvm/llvm-project] 7be95d: AArch64: Base exception type on binary format befo...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 9 19:31:45 PDT 2025


  Branch: refs/heads/users/arsenm/aarch64/base-exception-decision-on-bin-format
  Home:   https://github.com/llvm/llvm-project
  Commit: 7be95d4965a63e1324d0c239ae31bd7616d4e82e
      https://github.com/llvm/llvm-project/commit/7be95d4965a63e1324d0c239ae31bd7616d4e82e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
    A llvm/test/CodeGen/AArch64/exception-handling-windows-elf.ll
    M llvm/unittests/TargetParser/TripleTest.cpp

  Log Message:
  -----------
  AArch64: Base exception type on binary format before OS

Fixes asserting with windows-elf triples. Should fix regression
reported in https://github.com/llvm/llvm-project/pull/147225#issuecomment-3054190938

I'm not sure this is a valid triple, but I'm guessing the MCJIT usage
is an accident. This does change the behavior from trying to use WinEH
to DwarfCFI; however the backend crashes with WinEH so I'm assuming following
ELF is the more correct option.



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