[all-commits] [llvm/llvm-project] 617af3: AArch64: Base MCAsmInfo type on binary format befo...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 9 21:06:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 617af3cc50c48ec71889b893dd2658764f19abce
https://github.com/llvm/llvm-project/commit/617af3cc50c48ec71889b893dd2658764f19abce
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 MCAsmInfo type on binary format before OS (#147875)
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