[PATCH] D136702: [llvm-cov] Look up object files using debuginfod.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 15:56:16 PST 2022


mysterymath updated this revision to Diff 474880.
mysterymath marked an inline comment as done.
mysterymath added a comment.

Addressed review comments.

Testing this patch using file:// URLs uncovered an minor issue in the
Debuginfod client. Fixed this, allowing file URLs to work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136702

Files:
  compiler-rt/test/profile/Linux/binary-id-debuginfod.c
  compiler-rt/test/profile/Linux/binary-id-lookup.c
  compiler-rt/test/profile/Linux/lit.local.cfg.py
  compiler-rt/test/profile/lit.site.cfg.py.in
  llvm/docs/CommandGuide/llvm-cov.rst
  llvm/include/llvm/Debuginfod/Debuginfod.h
  llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
  llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
  llvm/lib/Debuginfod/Debuginfod.cpp
  llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
  llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
  llvm/tools/llvm-cov/CMakeLists.txt
  llvm/tools/llvm-cov/CodeCoverage.cpp
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136702.474880.patch
Type: text/x-patch
Size: 24878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221111/f54ec655/attachment.bin>


More information about the llvm-commits mailing list