[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 5 07:50:24 PDT 2021
labath added inline comments.
================
Comment at: llvm/lib/Debuginfod/CMakeLists.txt:1
+if(LLVM_ENABLE_CURL)
+ add_llvm_component_library(LLVMDebuginfod
----------------
This may be the first case, where the very existence of a component library is predicated on the availability of a third party dep. That's not necessarily a bad thing (it'd also be strange to enable it when it is completely non-functional), but it did catch my eye.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112758/new/
https://reviews.llvm.org/D112758
More information about the llvm-commits
mailing list