[llvm] [JITLink][AArch32] Add support for ELF::R_ARM_THM_MOV{W_PREL_NC,T_PREL} (PR #70364)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 02:36:16 PST 2023


================
@@ -377,12 +377,14 @@ Expected<int64_t> readAddendThumb(LinkGraph &G, Block &B, const Edge &E,
                   : decodeImmBT4BlT1BlxT2(R.Hi, R.Lo);
 
   case Thumb_MovwAbsNC:
+  case Thumb_MovwPrelNC:
----------------
weliveindetail wrote:

We were talking about the opcode checks and duplication in both, code and constants. I've been working on a patch to compensate for it here: https://github.com/llvm/llvm-project/pull/71649 With that the asymmetry in opcode checks will go away. I think we can land this as is.

https://github.com/llvm/llvm-project/pull/70364


More information about the llvm-commits mailing list