[PATCH] D102316: [symbolizer] Added StartAddress for the resolved function.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 00:41:48 PDT 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: llvm/docs/CommandGuide/llvm-symbolizer.rst:377
 
-  Print verbose line and column information.
+  Print verbose start address, line and column information.
 
----------------
I don't think you need the word "start" here (we didn't before for the line part after all).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102316/new/

https://reviews.llvm.org/D102316



More information about the llvm-commits mailing list