Skip to content
  • Nico Rieck's avatar
    Add -expand-relocs to llvm-readobj · f3f0b797
    Nico Rieck authored
    This option expands shown relocations from single line to a dictionary
    format:
    
      Relocation {
        Offset: 0x4
        Type: R_386_32 (1)
        Symbol: sym
        Info: 0x0
      }
    
    llvm-svn: 179359
    f3f0b797
Loading