[PATCH] D60067: [llvm-symbolizer] Add llvm-addr2line.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 07:03:23 PDT 2019


rupprecht accepted this revision.
rupprecht added a comment.

In D60067#1466236 <https://reviews.llvm.org/D60067#1466236>, @jhenderson wrote:

> In D60067#1466153 <https://reviews.llvm.org/D60067#1466153>, @rupprecht wrote:
>
> > But I'm fine checking this in now as .rst for consistency. Worst case scenario, it doesn't render, and someone can commit a patch to fix it. Nothing will stop compiling :)
>
>
> FWIW, there is actually a build bot that does the conversion, and it fails if the syntax is bad, so we should aim to get it right first time if possible.


Ok, but it's still just a build bot, not real code :p
It would be good to check the build bot status after submitting to make sure it handles the new file correctly. It looks fine when I throw it at an md viewer, but I'm not sure what the build bot does to parse it.


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

https://reviews.llvm.org/D60067





More information about the llvm-commits mailing list