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

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 08:13:59 PST 2021


noajshu updated this revision to Diff 392415.
noajshu added a comment.

Due to D115131 <https://reviews.llvm.org/D115131>, which removed `HTTPClient::initialize` from `InitLLVM`, we need to initialize the client at the beginning of `main()` in `llvm-symbolizer.cpp`.


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

https://reviews.llvm.org/D113717

Files:
  llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
  llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/test/tools/llvm-symbolizer/debuginfod.test
  llvm/tools/llvm-symbolizer/CMakeLists.txt
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113717.392415.patch
Type: text/x-patch
Size: 3859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/394d2dc0/attachment.bin>


More information about the llvm-commits mailing list