[all-commits] [llvm/llvm-project] 249b40: [AArch64] Delete unneeded fixup_aarch64_ldr_pcrel_...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 23 15:21:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 249b40b558955afe5ac2b549edcf2d7f859c8cc9
https://github.com/llvm/llvm-project/commit/249b40b558955afe5ac2b549edcf2d7f859c8cc9
Author: Fangrui Song <i at maskray.me>
Date: 2021-05-23 (Sun, 23 May 2021)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
Log Message:
-----------
[AArch64] Delete unneeded fixup_aarch64_ldr_pcrel_imm19 VK_GOT special case
An AArch64 VK_GOT fixup must have a symbol. MCAssembler::evaluateFixup considers
such a fixup not resolved. The code path cannot trigger.
More information about the All-commits
mailing list