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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 23:55:48 PST 2021


phosek added a comment.

In D115131#3183381 <https://reviews.llvm.org/D115131#3183381>, @tstellar wrote:

> Moving the dependency to another library doesn't help in the case of DLLVM_BUILD_LLVM_DYLIB=ON, because libLLVMDebuginfod is included in libLLVM.so.  Are there still plans to make the libcurl dependency off by default?

I think we should consider it, toolchain vendors who want to include debuginfod in their distribution can still enable it manually, but we'll avoid the accidental dependency for everyone else.


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