[PATCH] D72892: [MC][ARM] Resolve some pcrel fixups at assembly time

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 09:29:10 PST 2020


psmith added a comment.

In D72892#1895864 <https://reviews.llvm.org/D72892#1895864>, @MaskRay wrote:

> I intended this to be committed to release/10.x only, but it is now also in master... commit 2e24219d3cbfcb8c824c58872f97de0a2e94a7c8 <https://reviews.llvm.org/rG2e24219d3cbfcb8c824c58872f97de0a2e94a7c8>


I'll rebase https://reviews.llvm.org/D75039 on top of this for master, now that the LLD part has been approved https://reviews.llvm.org/D75042 , this will emit the relocations for the Thumb case so that the linker can handle them. I've got an implementation and tests for the Arm relocations that I'd hoped to post upstream today but I've unfortunately been too distracted to get it done.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72892/new/

https://reviews.llvm.org/D72892





More information about the llvm-commits mailing list