This is an archive of the discontinued LLVM Phabricator instance.

llvm-objdump bug may hide single byte instructions near a label.
AbandonedPublic

Authored by srking on Aug 11 2014, 5:41 PM.

Details

Reviewers
None
Group Reviewers
deleted
Summary

An off-by-one bug in calculating the distances between labels can hide small instructions. This bug is in target independent code.

This is my first patch submission, so hopefully no major bungles.

Diff Detail

Event Timeline

srking updated this revision to Diff 12376.Aug 11 2014, 5:41 PM
srking retitled this revision from to llvm-objdump bug may hide single byte instructions near a label..
srking updated this object.
srking edited the test plan for this revision. (Show Details)
srking added a project: deleted.
srking added a subscriber: Unknown Object (MLST).
srking abandoned this revision.Aug 12 2014, 8:43 AM

Resubmitting with proper Phabricator fields.

emaste added a subscriber: emaste.Aug 12 2014, 3:03 PM