[all-commits] [llvm/llvm-project] f0ca8d: [llvm] [Debuginfo] Add llvm-debuginfod-find tool a...

Noah Shutty via All-commits all-commits at lists.llvm.org
Tue Dec 14 10:09:08 PST 2021


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

  Changed paths:
    M llvm/test/CMakeLists.txt
    M llvm/test/lit.cfg.py
    M llvm/test/lit.site.cfg.py.in
    A llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/debuginfo
    A llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/executable
    A llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/source/directory/file.c
    A llvm/test/tools/llvm-debuginfod-find/debuginfod.test
    A llvm/tools/llvm-debuginfod-find/CMakeLists.txt
    A llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp

  Log Message:
  -----------
  [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.

This implements the `llvm-debuginfod-find` tool, which wraps the Debuginfod library (D112758) to query debuginfod servers for artifacts according to the [[ https://www.mankier.com/8/debuginfod#Webapi | specification ]].

Reviewed By: labath

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




More information about the All-commits mailing list