This is an archive of the discontinued LLVM Phabricator instance.

llvm-objdump: don't assert if ELF file has no sections
ClosedPublic

Authored by emaste on Jun 27 2014, 6:48 AM.

Details

Summary

FreeBSD core files have no sections, and cause llvm-objdump to exit with an assertion failure.

llvm.org/pr20139

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 10931.Jun 27 2014, 6:48 AM
emaste retitled this revision from to llvm-objdump: don't assert if ELF file has no sections.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste set the repository for this revision to rL LLVM.
emaste added a subscriber: Unknown Object (MLST).
t.p.northover accepted this revision.Jun 27 2014, 8:31 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Hi,

This looks fine to me.

Cheers.

Tim.

This revision is now accepted and ready to land.Jun 27 2014, 8:31 AM
emaste closed this revision.Jun 27 2014, 9:45 AM
emaste updated this revision to Diff 10935.

Closed by commit rL211904 (authored by @emaste).