[all-commits] [llvm/llvm-project] 454cc3: [AArch64] Relax binary format switch in AArch64MCI...
Kuba (Brecka) Mracek via All-commits
all-commits at lists.llvm.org
Thu Sep 14 11:12:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 454cc36630296262cdb6360b60f90a64a97f7f1a
https://github.com/llvm/llvm-project/commit/454cc36630296262cdb6360b60f90a64a97f7f1a
Author: Kuba (Brecka) Mracek <mracek at apple.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
M llvm/lib/Target/AArch64/AArch64MCInstLower.h
A llvm/test/CodeGen/AArch64/macho-none.ll
Log Message:
-----------
[AArch64] Relax binary format switch in AArch64MCInstLower::LowerSymbolOperand to allow non-Darwin Mach-O files (#66011)
Trying to use a arm64-apple-none-macho target triple today crashes with
an assertion, this patch fixes that.
More information about the All-commits
mailing list