[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:00:15 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.
+
----------------
ruiu wrote:
> Is this an ABI specification that it doesn't support lazy PLT resolution?
The ABI does support Lazy binding,
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52317
More information about the llvm-commits
mailing list