This is an archive of the discontinued LLVM Phabricator instance.

[MCJIT] In debug memory dump output, don't truncate 64 bit addresses
ClosedPublic

Authored by bblanco on Mar 27 2015, 5:26 PM.

Details

Summary

In dumpMemorySections a cast was too short, and in resolveRelocations a format string was too short.

Diff Detail

Repository
rL LLVM

Event Timeline

bblanco updated this revision to Diff 22836.Mar 27 2015, 5:26 PM
bblanco retitled this revision from to [MCJIT] In debug memory dump output, don't truncate 64 bit addresses.
bblanco updated this object.
bblanco edited the test plan for this revision. (Show Details)
bblanco added a reviewer: lhames.
bblanco set the repository for this revision to rL LLVM.
bblanco added a subscriber: Unknown Object (MLST).

This is my first commit, and the mail to llvm-commits bounced. Add this comment to attempt a re-trigger.

bblanco removed a subscriber: Unknown Object (MLST).Mar 27 2015, 7:20 PM
bblanco added a subscriber: Unknown Object (MLST).
lhames accepted this revision.Mar 27 2015, 7:55 PM
lhames edited edge metadata.

Thanks for this Brenden!

This revision is now accepted and ready to land.Mar 27 2015, 7:55 PM
This revision was automatically updated to reflect the committed changes.