[PATCH] D115189: [Support] [Debuginfod] Use libcurl imported library.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 18:49:24 PST 2021


phosek added a comment.

In D115189#3175224 <https://reviews.llvm.org/D115189#3175224>, @noajshu wrote:

>   ninja: Entering directory `build'
>   ninja: error: 'CURL::libcurl-NOTFOUND', needed by 'unittests/Debuginfod/DebuginfodTests', missing and no known rule to make it

This means that cURL wasn't found so `LLVM_ENABLE_CURL` should evaluate to false, but in your case it appears to be evaluating to true. I'd check https://github.com/llvm/llvm-project/blob/b206ee69061120d559d8315bede6c63758b06154/llvm/cmake/config-ix.cmake#L180.


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

https://reviews.llvm.org/D115189



More information about the llvm-commits mailing list