[PATCH] D113717: [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 05:46:26 PST 2021


thakis added a comment.

In D113717#3180334 <https://reviews.llvm.org/D113717#3180334>, @noajshu wrote:

> Here is the relevant llvm-dev thread <https://lists.llvm.org/pipermail/llvm-dev/2021-September/152953.html> where we planned these changes.

Thanks for the link! Looks like there wasn't a lot of discussion on the thread. 1 and 3 seem like great goals. As said on this review, I think it's better if for step 2 there was a dedicated binary to pull debug info from the web, and if llvm-symbolizer  (and other llvm tools) didn't start making network requests, but instead just loaded the symbols downloaded by the new tool.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113717



More information about the llvm-commits mailing list