This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Add '0x' prefix to a target displacement number to accent its hex format
ClosedPublic

Authored by atanasyan on Mar 16 2016, 4:14 AM.

Details

Summary

It might be hard to recognize a hexadecimal number without '0x' prefix. Besides that '0x' prefix corresponds to GNU objdump behaviour.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 50815.Mar 16 2016, 4:14 AM
atanasyan retitled this revision from to [llvm-objdump] Add '0x' prefix to a target displacement number to accent its hex format.
atanasyan updated this object.
atanasyan added a reviewer: rafael.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: llvm-commits.
rafael edited edge metadata.Mar 16 2016, 6:37 PM
rafael added a subscriber: rafael.

LGTM

This revision was automatically updated to reflect the committed changes.