[llvm] Add release note for parallel module creation in LLDB (PR #116857)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 09:07:56 PST 2024
================
@@ -355,6 +355,8 @@ Changes to LLDB
* A new setting `target.launch-working-dir` can be used to set a persistent cwd that is used by default by `process launch` and `run`.
+* LLDB now parses shared libraries in parallel, resulting in an average 2x speedup when attaching (on darwin) and launching (on all platforms).
----------------
DavidSpickett wrote:
"(only implemented for Darwin)" ?
https://github.com/llvm/llvm-project/pull/116857
More information about the llvm-commits
mailing list