aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Object/objdump-sectionheaders.test
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer1-8/+8
llvm-svn: 172130
2011-10-31Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay1-1/+1
llvm-svn: 143404
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky1-0/+16
flags as binutils objdump but the output is different, not just in format but also showing different sections. Compare its results against readelf, not objdump. llvm-svn: 141579