[PATCH] D91611: [PowerPC][LLD] Detecting and fixing missing TLS relocation on __tls_get_addr
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec  9 10:41:23 PST 2020
    
    
  
MaskRay added a comment.
I think the code should be extracted to `scanRelocs`: check whether there are R_TLSGD_GOT relocations without R_PPC64_TLSGD/R_PPC64_TLSLD. This may be an entire rewrite. I'm working on it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91611/new/
https://reviews.llvm.org/D91611
    
    
More information about the llvm-commits
mailing list