Skip to content
  • Rafael Espindola's avatar
    Handle relocations that don't point to symbols. · 806f0064
    Rafael Espindola authored
    In ELF (as in MachO), not all relocations point to symbols. Represent this
    properly by using a symbol_iterator instead of a SymbolRef. Update llvm-readobj
    ELF's dumper to handle relocatios without symbols.
    
    llvm-svn: 183284
    806f0064
Loading