[PATCH] D52317: Add support for dynamic libraries on Hexagon

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 19:19:20 PDT 2018


sidneym added inline comments.


================
Comment at: ELF/Arch/Hexagon.cpp:44
+  PltEntrySize = 16;
+  PltHeaderSize = 0; // MUSL isn't lazy so there is no reason to make a header.
+
----------------
sidneym wrote:
> ruiu wrote:
> > Is this an ABI specification that it doesn't support lazy PLT resolution?
> The ABI does support Lazy binding,
I can add the header, I didn't because it wasn't getting used.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52317





More information about the llvm-commits mailing list