[all-commits] [llvm/llvm-project] 4cbfb9: [llvm-readobj] - Improve test of --elf-hash-histog...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Mon Mar 30 05:51:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cbfb98eb362b0629d5d1cd113af4427e2904763
https://github.com/llvm/llvm-project/commit/4cbfb98eb362b0629d5d1cd113af4427e2904763
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M llvm/test/tools/llvm-readobj/ELF/hash-histogram.test
Log Message:
-----------
[llvm-readobj] - Improve test of --elf-hash-histogram option.
This test missed the check of histograms printed for .hash sections.
It was removed by mistake in D71606 where I tried to get rid of precompiled objects
and did not realize that time that both SHT_GNU_HASH and SHT_HASH sections
were tested and not just GNU version.
Also it never tested aliases for the --elf-hash-histogram option.
Differential revision: https://reviews.llvm.org/D76920
More information about the All-commits
mailing list