[PATCH] D132504: [NFC] [Object] Create library to fetch debug info by build ID.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 13:35:48 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe61d89efd78b: [NFC] [Object] Create library to fetch debug info by build ID. (authored by mysterymath).

Changed prior to commit:
  https://reviews.llvm.org/D132504?vs=463280&id=463671#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132504

Files:
  llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h
  llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
  llvm/include/llvm/Debuginfod/BuildIDFetcher.h
  llvm/include/llvm/Debuginfod/DIFetcher.h
  llvm/include/llvm/Debuginfod/Debuginfod.h
  llvm/include/llvm/Object/BuildID.h
  llvm/include/llvm/Object/ObjectFile.h
  llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
  llvm/lib/DebugInfo/Symbolize/DIFetcher.cpp
  llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/lib/Debuginfod/BuildIDFetcher.cpp
  llvm/lib/Debuginfod/CMakeLists.txt
  llvm/lib/Debuginfod/DIFetcher.cpp
  llvm/lib/Debuginfod/Debuginfod.cpp
  llvm/lib/Object/BuildID.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/ObjectFile.cpp
  llvm/tools/llvm-debuginfod-find/CMakeLists.txt
  llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132504.463671.patch
Type: text/x-patch
Size: 31037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/34f236a8/attachment.bin>


More information about the llvm-commits mailing list