[PATCH] D131224: [llvm-objdump] Find debug information with Build ID/debuginfod.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 16:47:38 PDT 2022


thakis added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:41
+#include "llvm/Debuginfod/Debuginfod.h"
+#include "llvm/Debuginfod/HTTPClient.h"
 #include "llvm/Demangle/Demangle.h"
----------------
Please see the discussion on D113717, in particular the summary at https://reviews.llvm.org/D113717#3295350

llvm-objdump probably shouldn't depend on HTTPClient, at least by default.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131224



More information about the llvm-commits mailing list