[PATCH] D89795: [jitlink][ELF] Allocate SHN_COMMON symbols as uninitialized blocks in __common

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 08:50:31 PDT 2020


sgraenitz added a comment.

It turned out the `SIGSEGV: invalid address` is caused by not handling the `R_X86_64_32S` type correctly. This is somewhat unrelated, but must be fixed in order to come up with a test case.


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