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

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 14:32:26 PDT 2022


mysterymath updated this revision to Diff 458874.
mysterymath marked 2 inline comments as done.
mysterymath added a comment.

Remove unneeded semicolons.


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.458874.patch
Type: text/x-patch
Size: 31163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/6eb981a6/attachment.bin>


More information about the llvm-commits mailing list