[all-commits] [llvm/llvm-project] a6db7c: [llvm-readelf/obj] - Index phdrs and relocations f...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Jan 11 04:15:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6db7cf1ce7f3523adb132819c1697a572bdcfde
https://github.com/llvm/llvm-project/commit/a6db7cf1ce7f3523adb132819c1697a572bdcfde
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/gnu-notes.test
M llvm/test/tools/llvm-readobj/ELF/note-core-ntfile-bad.test
M llvm/test/tools/llvm-readobj/ELF/relocation-errors.test
M llvm/test/tools/llvm-readobj/ELF/relocations.test
M llvm/test/tools/llvm-readobj/ELF/stack-sizes.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-readelf/obj] - Index phdrs and relocations from 0 when reporting warnings.
As was mentioned in comments here:
https://reviews.llvm.org/D92636#inline-864967
we are not consistent and sometimes index things from 0, but sometimes
from 1 in warnings.
This patch fixes 2 places: messages reported for
program headers and messages reported for relocations.
Differential revision: https://reviews.llvm.org/D93805
More information about the All-commits
mailing list