This is an archive of the discontinued LLVM Phabricator instance.

[XRay][tools] Add option to llvm-xray extract to symbolize functions
ClosedPublic

Authored by dberris on Apr 17 2017, 10:25 PM.

Details

Summary

This allows us to, if the symbol names are available in the binary, be
able to provide the function name in the YAML output.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Apr 17 2017, 10:25 PM
dblaikie accepted this revision.Apr 18 2017, 10:52 AM

Seems reasonable

This revision is now accepted and ready to land.Apr 18 2017, 10:52 AM
This revision was automatically updated to reflect the committed changes.