This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Removed `0x` checking for offsets in profile assembly
ClosedPublic

Authored by kpdev42 on Feb 24 2022, 10:40 PM.

Details

Summary

This logic has been added in https://reviews.llvm.org/D110141
It seems some objdump implementations do not produce 0x before hex offsets.
Assume all regular offsets are hex as before, but relative offsets started with # are dec.

Diff Detail

Repository
rLNT LNT

Event Timeline

kpdev42 created this revision.Feb 24 2022, 10:40 PM
kpdev42 requested review of this revision.Feb 24 2022, 10:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 1:50 AM
cmatthews accepted this revision.Mar 2 2022, 9:58 AM

Seems fine? LGTM.

This revision is now accepted and ready to land.Mar 2 2022, 9:58 AM