[all-commits] [llvm/llvm-project] 4dcdf0: [llvm-readobj] - Stop using `unwrapOrError` in `Du...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Nov 23 01:53:41 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dcdf0df31259c1c02a1f7bbaa7ae45ca6c814dc
      https://github.com/llvm/llvm-project/commit/4dcdf0df31259c1c02a1f7bbaa7ae45ca6c814dc
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M llvm/test/tools/llvm-readobj/ELF/groups.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] - Stop using `unwrapOrError` in `DumpStyle<ELFT>::getGroups()`

With this we are able to diagnose possible issues much better and
don't exit on an error.

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




More information about the All-commits mailing list