[PATCH] D113865: [COFF] Keep temporary symbols in object files on ARM64, as IMAGE_SYM_CLASS_LABEL
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 15 11:02:03 PST 2021
    
    
  
efriedma added a comment.
In D113865#3132268 <https://reviews.llvm.org/D113865#3132268>, @rnk wrote:
> Is it possible to relativize these relocations against the most recent previous external symbol instead? Given that the code compiles with function/data sections, that seems like it would work.
This isn't any guarantee there's an external symbol in range, in general.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113865/new/
https://reviews.llvm.org/D113865
    
    
More information about the llvm-commits
mailing list