[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 06:15:26 PDT 2020


sgraenitz added a comment.

Relocations to the common section seem to be calculated correctly now, but at runtime I see a `SIGSEGV: invalid address`. Maybe memory for the section isn't allocated?


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