[PATCH] D115131: [Support] [Debuginfod] Move HTTPClient to Debuginfod library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 5 21:25:19 PST 2021


noajshu created this revision.
Herald added subscribers: dexonsmith, hiraditya, mgorny.
noajshu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Following the discussion in D112753 <https://reviews.llvm.org/D112753>, this moves the HTTPClient from Support to Debuginfod library so that tools depending on Support do not automatically depend on Curl as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115131

Files:
  llvm/include/llvm/Debuginfod/HTTPClient.h
  llvm/include/llvm/Support/HTTPClient.h
  llvm/lib/Debuginfod/CMakeLists.txt
  llvm/lib/Debuginfod/Debuginfod.cpp
  llvm/lib/Debuginfod/HTTPClient.cpp
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/HTTPClient.cpp
  llvm/lib/Support/InitLLVM.cpp
  llvm/unittests/Debuginfod/CMakeLists.txt
  llvm/unittests/Debuginfod/DebuginfodTests.cpp
  llvm/unittests/Debuginfod/HTTPClientTests.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/HTTPClient.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115131.391961.patch
Type: text/x-patch
Size: 9881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211206/11cf2e1e/attachment.bin>


More information about the llvm-commits mailing list