[all-commits] [llvm/llvm-project] 3de932: [llvm-readobj] - Don't stop dumping when the name ...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Aug 3 04:55:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3de93230010fc8fbb76d5cb6bde709f4ed296a1c
      https://github.com/llvm/llvm-project/commit/3de93230010fc8fbb76d5cb6bde709f4ed296a1c
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M llvm/test/Object/invalid.test
    M llvm/test/tools/llvm-readobj/ELF/dependent-libraries.test
    M llvm/test/tools/llvm-readobj/ELF/invalid-shstrndx.test
    M llvm/test/tools/llvm-readobj/ELF/relocations.test
    M llvm/test/tools/llvm-readobj/ELF/sections-no-section-header-string-table.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] - Don't stop dumping when the name of a relocation section can't be read.

This removes undesired `unwrapOrError` calls from printRelocations() methods.

Differential revision: https://reviews.llvm.org/D84408




More information about the All-commits mailing list