[all-commits] [llvm/llvm-project] 0e0f1b: [llvm] [Debuginfo] Debuginfod client library.

Noah Shutty via All-commits all-commits at lists.llvm.org
Mon Dec 6 13:53:18 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e0f1b28fce841b077228fa23356b1ae38844ae2
      https://github.com/llvm/llvm-project/commit/0e0f1b28fce841b077228fa23356b1ae38844ae2
  Author: Noah Shutty <shutty at google.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    A llvm/include/llvm/Debuginfod/Debuginfod.h
    M llvm/include/llvm/Support/Caching.h
    M llvm/lib/CMakeLists.txt
    A llvm/lib/Debuginfod/CMakeLists.txt
    A llvm/lib/Debuginfod/Debuginfod.cpp
    M llvm/unittests/CMakeLists.txt
    A llvm/unittests/Debuginfod/CMakeLists.txt
    A llvm/unittests/Debuginfod/DebuginfodTests.cpp

  Log Message:
  -----------
  [llvm] [Debuginfo] Debuginfod client library.

This adds a Debuginfod client library which queries servers specified by the `DEBUGINFOD_URLS` environment variable for the debuginfo, executable, or a specified source file associated with a given build id.

Reviewed By: dblaikie

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




More information about the All-commits mailing list