Skip to content

Commit 4acf935

Browse files
authored
Add release note for parallel module creation in LLDB (#116857)
Release note #110646 and #114507.
1 parent a3f2e01 commit 4acf935

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/ReleaseNotes.md

+2
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ Changes to LLDB
356356

357357
* 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`.
358358

359+
* LLDB now parses shared libraries in parallel, resulting in an average 2x speedup when attaching (only available on Darwin platforms) and launching (available on all platforms).
360+
359361
Changes to BOLT
360362
---------------------------------
361363

0 commit comments

Comments
 (0)