[PATCH] D155732: [MC][COFF][AArch64] Avoid incorrect IMAGE_REL_ARM64_BRANCH26 relocations.
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 11:09:15 PDT 2023
compnerd added a comment.
https://learn.microsoft.com/en-us/windows/win32/debug/pe-format indicates that there does exist such a relocation:
> IMAGE_REL_ARM64_BRANCH26 0x0003 The 26-bit relative displacement to the target, for B and BL instructions.
If this relocation is unsupported, we should just disable that relocation from being formed or we should figure out what the linker expectations are.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155732/new/
https://reviews.llvm.org/D155732
More information about the llvm-commits
mailing list