[PATCH] D92959: [ELF][PPC64] Detect missing R_PPC64_TLSGD/R_PPC64_TLSLD and disable TLS relaxation

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 13:53:35 PST 2020


stefanp added a comment.

In D92959#2449669 <https://reviews.llvm.org/D92959#2449669>, @MaskRay wrote:

> Missing R_PPC64_TLSGD/R_PPC64_TLSGD for one function and correct for another in the same translation unit - does this only happen with relocatable links? I'd hope we simply consider this too niche to fix and don't add more logic on this...

I agree this is too niche. We don't need to add anything for it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92959



More information about the llvm-commits mailing list