This is an archive of the discontinued LLVM Phabricator instance.

[llvm-symbolizer] Unhide and document the '-output-style' option
ClosedPublic

Authored by ikudrin on Apr 17 2019, 4:25 AM.

Details

Summary

With the changes from D60770, the option gets useful for users of llvm-symbolizer, not only for the upcoming llvm-addr2line.

Diff Detail

Repository
rL LLVM

Event Timeline

ikudrin updated this revision to Diff 195542.Apr 17 2019, 5:02 AM
ikudrin retitled this revision from [llvm-symbolizer] Unhide and document the '-output-style' option. to [llvm-symbolizer] Unhide and document the '-output-style' option.
  • Extended an example for the --output-style option.
jhenderson accepted this revision.Apr 17 2019, 5:20 AM

LGTM, with a couple of minor comments.

docs/CommandGuide/llvm-symbolizer.rst
133 ↗(On Diff #195538)

preffered -> preferred

135 ↗(On Diff #195538)

I think you can remove "the following". Replace "default" with "LLVM".

This revision is now accepted and ready to land.Apr 17 2019, 5:20 AM
This revision was automatically updated to reflect the committed changes.