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

Noah Shutty via All-commits all-commits at lists.llvm.org
Sun Dec 5 20:45:48 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af69947e7028274573cfc927aabead8326b63367
      https://github.com/llvm/llvm-project/commit/af69947e7028274573cfc927aabead8326b63367
  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 library containing the `fetchDebuginfo` function 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.

This diff was split out from D111252.

Reviewed By: dblaikie

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




More information about the All-commits mailing list