[PATCH] D117066: RuntimeDyldELF: Don't abort on R_AARCH64_NONE relocation

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 17:34:17 PST 2022


yota9 added a comment.

Hello @MaskRay . It is used in DwarfLineTable::emitCU  as a dummy relocation hack in order to stop the RuntimeDyld to skip the allocatable sections emition. Also I would like to point that all the other targets have the proper  R_*_NONE handling :)


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

https://reviews.llvm.org/D117066



More information about the llvm-commits mailing list