[PATCH] D73542: [LLD][ELF][ARM] Do not substitute BL/BLX for non STT_FUNC symbols.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 13:58:07 PST 2020


psmith added a comment.

In D73542#1860602 <https://reviews.llvm.org/D73542#1860602>, @MaskRay wrote:

> I am also investigating it, calls to the undefined weak getauxval need to use BLX. I'll try fixing it.


Thanks. It should just be a matter of changing rel.type to rel.expr on line 457 and line 412.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73542





More information about the llvm-commits mailing list