[PATCH] D111252: [llvm] [Support] [Debuginfo] Add http and debuginfod client libraries and llvm-debuginfod-find tool
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 13:04:03 PDT 2021
noajshu updated this revision to Diff 377985.
noajshu added a comment.
eliminate http and debuginfod namespaces
put everything in llvm:: namespace and rename symbols (e.g. get -> httpGet) for clarity. A few miscellaneous style updates.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111252/new/
https://reviews.llvm.org/D111252
Files:
llvm/CMakeLists.txt
llvm/include/llvm/Support/Debuginfod.h
llvm/include/llvm/Support/HTTPClient.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/Debuginfod.cpp
llvm/lib/Support/HTTPClient.cpp
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/find-test.sh
llvm/test/tools/llvm-debuginfod/llvm-debuginfod-find.test
llvm/tools/llvm-debuginfod/CMakeLists.txt
llvm/tools/llvm-debuginfod/llvm-debuginfod-find.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/Debuginfod.cpp
llvm/unittests/Support/HTTPClient.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111252.377985.patch
Type: text/x-patch
Size: 24401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/8b3d7f6e/attachment.bin>
More information about the llvm-commits
mailing list