[PATCH] D89795: [jitlink][ELF] Add zero-fill blocks for symbols in section SHN_COMMON

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 05:34:40 PDT 2020


sgraenitz added a comment.

Yes, that brings up the issue with relaxed `R_X86_64_REX_GOTPCRELX` (42) relocations you mentioned in Discord: `JIT session error: Unsupported x86-64 relocation:42` I will check whether we can map it to `PCRel32GOTLoad` or otherwise what's the difference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89795



More information about the llvm-commits mailing list