Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."
authorNoah Shutty <shutty@google.com>
Wed, 8 Dec 2021 18:49:12 +0000 (18:49 +0000)
committerNoah Shutty <shutty@google.com>
Wed, 8 Dec 2021 18:49:12 +0000 (18:49 +0000)
commitaaec63d2a7dbab5f0bff5525d35c9cb5c463a8ac
tree34c31db27b6bd90bc3cbeef2a09cb000f5f7d4bd
parent30e38d67719501cf7e7c845e9631271692c858df
Revert "[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer."

This reverts commit 02cc8d698c4941f8f0120ea1a5d7205fb33a312d because it
caused buildbot failures. The issue appears to be simply that we need to
only enable debuginfod when the HTTPClient has been initialized by the
running tool, since InitLLVM does not do the initialization step anymore.
llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/test/tools/llvm-symbolizer/debuginfod.test [deleted file]
llvm/tools/llvm-symbolizer/CMakeLists.txt
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp