This is an archive of the discontinued LLVM Phabricator instance.

Define toString(SymbolBody *) and remove maybeDemangle insteead.
ClosedPublic

Authored by ruiu on Nov 23 2016, 1:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 79144.Nov 23 2016, 1:28 PM
ruiu retitled this revision from to Define toString(SymbolBody *) and remove maybeDemangle insteead..
ruiu updated this object.
ruiu added a reviewer: evgeny777.
ruiu added a subscriber: llvm-commits.
rafael accepted this revision.Nov 24 2016, 9:19 AM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM with a nit.

ELF/Symbols.h
452 ↗(On Diff #79144)

Can it take a const reference instead of a pointer?

This revision is now accepted and ready to land.Nov 24 2016, 9:19 AM
This revision was automatically updated to reflect the committed changes.