[all-commits] [llvm/llvm-project] efbc8b: [llvm-cov] Look up object files using debuginfod

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Wed Jan 25 14:00:48 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: efbc8bb18eda63007216ad0cb5a8de04963eddd5
      https://github.com/llvm/llvm-project/commit/efbc8bb18eda63007216ad0cb5a8de04963eddd5
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

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

  Log Message:
  -----------
  [llvm-cov] Look up object files using debuginfod

Reviewed By: gulfem

Differential Revision: https://reviews.llvm.org/D136702




More information about the All-commits mailing list