summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/objdump-section-content.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm\test\Object] - An initial step to cleanup the test cases.George Rimar2019-07-081-21/+38
| | | | | | | | | | | | This patch removes trivial-object-test.elf-i386, trivial-object-test.elf-x86-64 and trivial-object-test2.elf-x86-64 precompiled objects from test/Object/Inputs folder. I adjusted the existent test cases to use YAML instead. Differential revision: https://reviews.llvm.org/D64206 llvm-svn: 365348
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and ↵Alexey Samsonov2013-04-161-0/+5
| | | | | | crashes llvm-objdump on relocated objects with large bss llvm-svn: 179589
* Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2012-08-021-1/+1
| | | | | | test files. llvm-svn: 161219
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-3/+2
| | | | | | | | yaml2obj takes a textual description of an object file in YAML format and outputs the binary equivalent. This greatly simplifies writing tests that take binary object files as input. llvm-svn: 161205
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-311-2/+2
| | | | llvm-svn: 143404
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-171-4/+2
| | | | llvm-svn: 142199
* llvm-objdump: Add tests.Michael J. Spencer2011-10-171-0/+22
llvm-svn: 142198
OpenPOWER on IntegriCloud