[PATCH] D112759: [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 14:31:20 PDT 2021
noajshu created this revision.
noajshu added a reviewer: phosek.
Herald added subscribers: hiraditya, mgorny.
noajshu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This implements the `llvm-debuginfod-find` tool, which wraps the Debuginfod library (D112758 <https://reviews.llvm.org/D112758>) to query debuginfod servers for debugging information assets according to the specification <https://www.mankier.com/8/debuginfod#Webapi>.
This diff was split out from D111252 <https://reviews.llvm.org/D111252>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112759
Files:
llvm/include/llvm/Debuginfod/Debuginfod.h
llvm/lib/CMakeLists.txt
llvm/lib/Debuginfod/CMakeLists.txt
llvm/lib/Debuginfod/Debuginfod.cpp
llvm/test/CMakeLists.txt
llvm/test/lit.cfg.py
llvm/test/lit.site.cfg.py.in
llvm/test/tools/llvm-debuginfod/Inputs/buildid/fake_build_id/debuginfo
llvm/test/tools/llvm-debuginfod/Inputs/buildid/fake_build_id/executable
llvm/test/tools/llvm-debuginfod/Inputs/buildid/fake_build_id/source/directory/file.c
llvm/test/tools/llvm-debuginfod/debuginfod-find.py
llvm/test/tools/llvm-debuginfod/lit.local.cfg
llvm/tools/llvm-debuginfod/CMakeLists.txt
llvm/tools/llvm-debuginfod/llvm-debuginfod-find.cpp
llvm/unittests/CMakeLists.txt
llvm/unittests/Debuginfod/CMakeLists.txt
llvm/unittests/Debuginfod/DebuginfodTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112759.383168.patch
Type: text/x-patch
Size: 18599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211028/c11d7193/attachment.bin>
More information about the llvm-commits
mailing list