[all-commits] [llvm/llvm-project] 01e492: [llvm-readelf/obj] - Refine the error message abou...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Wed Dec 2 01:18:13 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01e49204b82057f356ad3fe0cabba139635ac733
https://github.com/llvm/llvm-project/commit/01e49204b82057f356ad3fe0cabba139635ac733
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-12-02 (Wed, 02 Dec 2020)
Changed paths:
R llvm/test/tools/llvm-readobj/ELF/broken-dynsym-link.test
M llvm/test/tools/llvm-readobj/ELF/dyn-symbols.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readelf/obj] - Refine the error message about the broken string table.
This:
1) Changes `reportWarning` to `reportUniqueWarning` (no-op here).
2) Adds more context to the message.
3) Merges `broken-dynsym-link.test` into `dyn-symbols.test`, adds more testing.
Differential revision: https://reviews.llvm.org/D92380
More information about the All-commits
mailing list