[PATCH] D58457: [llvm-readobj]Add testing for ELF symbol and section table printing for a wider range of values
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 09:06:52 PST 2019
jhenderson created this revision.
jhenderson added reviewers: grimar, rupprecht, MaskRay.
Herald added a subscriber: srhines.
Herald added a project: LLVM.
jhenderson retitled this revision from "[llvm-readobj]Add testing for ELF symbol table printing for a wider range of values" to "[llvm-readobj]Add testing for ELF symbol and section table printing for a wider range of values".
jhenderson edited the summary of this revision.
The existing ELF symbol and section table testing doesn't test many of the corner-cases or valid values for various ELF properties, including things like binding, visibility, section type and so on. This patch adds a series of tests that test these and other related edge-cases.
Repository:
rL LLVM
https://reviews.llvm.org/D58457
Files:
test/tools/llvm-readobj/elf-machine-specific-section-types.test
test/tools/llvm-readobj/elf-section-types.test
test/tools/llvm-readobj/elf-symbol-64bit.test
test/tools/llvm-readobj/elf-symbol-binding.test
test/tools/llvm-readobj/elf-symbol-shndx.test
test/tools/llvm-readobj/elf-symbol-types.test
test/tools/llvm-readobj/elf-symbol-visibility.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58457.187595.patch
Type: text/x-patch
Size: 18812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/8d260142/attachment.bin>
More information about the llvm-commits
mailing list