[PATCH] D115131: [Support] [Debuginfod] Move HTTPClient to Debuginfod library.
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 9 10:50:17 PST 2021
tstellar added a comment.
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?
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