[all-commits] [llvm/llvm-project] aaec63: Revert "[Symbolizer][Debuginfo] Add debuginfod cli...

Noah Shutty via All-commits all-commits at lists.llvm.org
Wed Dec 8 10:50:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aaec63d2a7dbab5f0bff5525d35c9cb5c463a8ac
      https://github.com/llvm/llvm-project/commit/aaec63d2a7dbab5f0bff5525d35c9cb5c463a8ac
  Author: Noah Shutty <shutty at google.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    R llvm/test/tools/llvm-symbolizer/debuginfod.test
    M llvm/tools/llvm-symbolizer/CMakeLists.txt
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

  Log Message:
  -----------
  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.




More information about the All-commits mailing list