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

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 08:58:33 PST 2021


kpn added a comment.

BTW, for a future ticket: having curl enabled without first checking to see if it is installed creates builds failures on non-Linux hosts. OK, yes, it can be disabled with a cmake argument, but it would be better if the extra cmake argument wasn't needed. A warning at cmake configure time that says what features will be missing without curl is probably a good idea as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115131



More information about the llvm-commits mailing list