summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/Inputs/relocs.obj.elf-i386
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] - Convert gnu-sections.test to use YAML.George Rimar2019-06-031-0/+0
| | | | | | | | | | | | | | | | | gnu-sections.test currently use relocs.obj.elf-x86_64 and relocs.obj.elf-i386 precompiled objects as an inputs. These inputs actually initially were introduced to test the dump of relocations and have almost nothing common with dumping sections. Patch converts the test to use yaml2obj. That allows to remove relocs.obj.elf-i386 binary. (relocs.obj.elf-x86_64 is still used by another test and can't be removed atm). Differential revision: https://reviews.llvm.org/D62659 llvm-svn: 362377
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-121-0/+0
This test ensures that relocation type names returned by libObject match the raw relocation type value. llvm-svn: 179360
OpenPOWER on IntegriCloud