[PATCH] D112753: [llvm] [Support] Add CURL HTTP Client.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 22:17:55 PST 2021


noajshu updated this revision to Diff 388389.
noajshu marked an inline comment as done.
noajshu added a comment.

Remove unnecessary checks of `isAvailable` before global init/deinit of HTTP client.
Also only define `IsInitialized` state for the curl client implementation enabled by `-DLLVM_ENABLE_CURL`, as it is not needed for the unimplemented client.


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

https://reviews.llvm.org/D112753

Files:
  llvm/CMakeLists.txt
  llvm/include/llvm/Config/llvm-config.h.cmake
  llvm/include/llvm/Support/HTTPClient.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/HTTPClient.cpp
  llvm/lib/Support/InitLLVM.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112753.388389.patch
Type: text/x-patch
Size: 6939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211119/eae48c11/attachment.bin>


More information about the llvm-commits mailing list