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

Michał Górny via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 21:39:16 PST 2023


mgorny wrote:

"Dylib" is LLVM-speech for `libLLVM.so` ("shared libraries" refer to individual split libraries, while "dylib" refers to the monolith), as in `-DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON`. And yes, that + standalone build with full *source* repository but linking against LLVM+Clang installed with `install-distribution` target.

And yeah, if you make a patch to add LLVMDebuginfod to libLLVM, I can test that here.

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


More information about the llvm-commits mailing list