[PATCH] D157533: [JITLink][AArch32] Implement ELF::R_ARM_CALL relocation

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 14:25:28 PDT 2023


dyung added a comment.

In D157533#4645500 <https://reviews.llvm.org/D157533#4645500>, @Eymay wrote:

> We've experienced a similar issue and added a fix in an upcoming patch Implement ELF::R_ARM_MOVT_ABS and R_ARM_MOVW_ABS_NC <https://github.com/llvm/llvm-project/pull/66219#discussion_r1324813474>. I don't have commit access so you may revert it until the new patch arrives and fixes it.

Is there an estimate when you might be able to commit the upcoming patch with a fix? A quick revert attempt shows conflicts meaning I would have to revert some further downline patches as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157533



More information about the llvm-commits mailing list