[PATCH] D52525: [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 02:09:23 PDT 2018


peter.smith added a comment.

This change looks correct to me. The docs link is http://arminfo.emea.arm.com/help/topic/com.arm.doc.ihi0056b/IHI0056B_aaelf64.pdf search for relocation code 549 in Table 4-18, Local Exec TLS relocations. I've checked the other TPREL relocations that LLD has implemented and they are all of the NC (non range checked) kind so it looks like there aren't any others of this form.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52525





More information about the llvm-commits mailing list