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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 22:56:59 PST 2022


phosek added a subscriber: mysterymath.
phosek added a comment.

In D113717#3295350 <https://reviews.llvm.org/D113717#3295350>, @thakis wrote:

> @dblaikie, @phosek, @noajshu, @hans and I met (online) last month and talked about this for a bit.
>
> The summary was the following action items:
>
> - have Debuginfod have a callback and put http request in llvm-symbolizer, and make llvm-symbolizer instead of Debuginfod depend on libcurl (iirc @phosek offered to look at that)
> - maybe have an llvm-symbolizer mode that doesn't do requests

This is being implemented by @mysterymath as D118413 <https://reviews.llvm.org/D118413> and D118665 <https://reviews.llvm.org/D118665>.


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

https://reviews.llvm.org/D113717



More information about the llvm-commits mailing list