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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 4 04:25:35 PST 2021


thakis added a comment.

+1. I think a better model to follow is how we link libxml2 only into lld instead into all binaries. (Which means we'd move HTTPClient.cpp out of Support into its own library, which seems like it makes sense anyways.) See https://reviews.llvm.org/D35819 ​for the example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112753



More information about the llvm-commits mailing list