[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 4 16:07:23 PDT 2022


mysterymath created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mysterymath updated this revision to Diff 470577.
mysterymath added a comment.
mysterymath updated this revision to Diff 472356.
Herald added a subscriber: mgrang.
mysterymath added a reviewer: gulfem.
mysterymath updated this revision to Diff 472395.
mysterymath updated this revision to Diff 473363.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a subscriber: Enna1.
mysterymath added reviewers: davidxl, ellis.
Herald added a subscriber: StephenFan.
mysterymath published this revision for review.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

Remove error condition when no files specified.


mysterymath added a comment.

Allow mixing object files and fetched build IDs.


mysterymath added a comment.

Extract the build IDs from the given files.


mysterymath added a comment.

Fix logic and add tests and documentation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136702

Files:
  compiler-rt/test/profile/Linux/binary-id-lookup.c
  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.473363.patch
Type: text/x-patch
Size: 21113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221104/8f467ade/attachment.bin>


More information about the llvm-commits mailing list