[all-commits] [llvm/llvm-project] 5f8e51: [llvm-readobj] - Add a few warnings for --gnu-hash...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Thu Jan 30 03:03:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f8e51a9d4a36cfd9e8f934a351865680927d10e
https://github.com/llvm/llvm-project/commit/5f8e51a9d4a36cfd9e8f934a351865680927d10e
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/gnuhash.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readobj] - Add a few warnings for --gnu-hash-table.
The current implementation stops dumping in case of a single error
it handles, though we can continue dumping.
This patch refines it: it adds a few warnings and a few test cases.
Differential revision: https://reviews.llvm.org/D73269
More information about the All-commits
mailing list