[PATCH] D75347: [MC][ELF][ARM] Add relocations for some ARM pc-relative fixups.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 1 17:11:24 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp:140
}
+ case ARM::fixup_arm_adr_pcrel_12:
+ return ELF::R_ARM_ALU_PC_G0;
----------------
>From the fixup name it is hard to predicate the name of the relocation type. Does anyone know why?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75347/new/
https://reviews.llvm.org/D75347
More information about the llvm-commits
mailing list