[all-commits] [llvm/llvm-project] bc9021: [llvm-readobj] - Remove unwrapOrError calls from G...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Aug 17 05:17:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc902191d3c002c13436f2c9a299826704861a80
https://github.com/llvm/llvm-project/commit/bc902191d3c002c13436f2c9a299826704861a80
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/packed-relocs.test
M llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] - Remove unwrapOrError calls from GNUStyle<ELFT>::printRelocations.
This fixes existent FIXMEs: we should not error out when unable to
find the number of relocations.
Differential revision: https://reviews.llvm.org/D85891
More information about the All-commits
mailing list