[Lldb-commits] [lldb] [lldb][dotest] Add an arg to add DLL search paths. (PR #104514)
Kendal Harland via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 16 10:28:37 PDT 2024
kendalharland wrote:
> Can those swift libraries be found automatically? For example if they're at some known path relative to lldb or the swift compiler?
Yes. They can be copied into the python module where _lldb resides. Help me understand: why is this preferrable over an explicit input to add dll search paths?
https://github.com/llvm/llvm-project/pull/104514
More information about the lldb-commits
mailing list