[PATCH] D114415: [llvm] [Debuginfo] Add HTTP Server to Debuginfod library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 14:18:24 PST 2022


noajshu updated this revision to Diff 406283.
noajshu added a comment.

Replace caputure-by-reference of request handler with capture-by-copy, and add a unit test to verify temporary handlers can be registered and work correctly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114415/new/

https://reviews.llvm.org/D114415

Files:
  llvm/include/llvm/Debuginfod/HTTPServer.h
  llvm/lib/Debuginfod/CMakeLists.txt
  llvm/lib/Debuginfod/HTTPServer.cpp
  llvm/unittests/Debuginfod/CMakeLists.txt
  llvm/unittests/Debuginfod/HTTPServerTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114415.406283.patch
Type: text/x-patch
Size: 24045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220206/fd38ecd5/attachment.bin>


More information about the llvm-commits mailing list