[llvm] [lldb] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)

Kevin Frei via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 12:04:10 PST 2023


kevinfrei wrote:

> Sounds like some configs don't create `LLVMDebuginfod` target possibly because it isn't enabled. Is there a cmake option to disable `LLVMDebuginfod` or some magic in the Cmake config file for this target?

Nothing that I could find. The library is written such that if the configuration doesn't include either libcurl or httplib then all the functions just fail to do anything, so from what I can tell there'd never be a reason to disable it.

https://github.com/llvm/llvm-project/pull/70996


More information about the llvm-commits mailing list