summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/coff-large-bss.test
Commit message (Collapse)AuthorAgeFilesLines
* llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer2014-11-111-4/+1
| | | | | | | Empty sections are just noise when using objdump. This is similar to what binutils does. llvm-svn: 221680
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-141-0/+6
The size of the uninitialized sections, like BSS, can exceed the size of the object file. Do not attempt to grab the contents of such sections. llvm-svn: 212953
OpenPOWER on IntegriCloud