[PATCH] D87011: [DebugInfo] Add the -dwarf64 switch to llc and other internal tools (4/19).
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 27 19:46:58 PDT 2020
    
    
  
MaskRay added a comment.
In D87011#2357977 <https://reviews.llvm.org/D87011#2357977>, @ayermolo wrote:
> @ikudrin To clarify this will emit R_X86_64_64 bit relocations for .debug_info on 64 bit platform, correct?
@ayermolo The patch series added support for the 64-bit DWARF format. You are right that many relocations in .debug_* will change from R_X86_64_32 to R_X86_64_64 with the option.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87011/new/
https://reviews.llvm.org/D87011
    
    
More information about the llvm-commits
mailing list