[PATCH] D66274: [ELF][Hexagon] Replace R_HEXAGON_GOT with R_GOTPLT
Sid Manning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 12:11:01 PDT 2019
sidneym added a comment.
In D66274#1634792 <https://reviews.llvm.org/D66274#1634792>, @MaskRay wrote:
> In D66274#1634786 <https://reviews.llvm.org/D66274#1634786>, @ruiu wrote:
>
> > Nice! Thank you for doing this.
>
>
> The remaining bits of RelExpr are a scarce recourse now... R_RISCV_PC_INDIRECT == 61. @sidneym Do you need more than 3 bits?
At the moment no. I hope to add TLS relocations shortly and I don't think they will require new target-specific enums.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66274/new/
https://reviews.llvm.org/D66274
More information about the llvm-commits
mailing list