[PATCH] D101773: [MC][ELF] Work around R_MIPS_LO16 relocation handling problem
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  3 11:28:04 PDT 2021
    
    
  
MaskRay added a comment.
Test?
> Both R_MIPS_HI16 and R_MIPS_LO16 are considered as absolute relocations (the type is R_ABS).
`R_ABS` is ld.lld's annotation . It is not a standard term. You may need to mention the ld.lld qualifier.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101773/new/
https://reviews.llvm.org/D101773
    
    
More information about the llvm-commits
mailing list