Skip to content

Commit

Permalink
Add release note for parallel module creation in LLDB (llvm#116857)
Browse files Browse the repository at this point in the history
Release note llvm#110646 and llvm#114507.
  • Loading branch information
JDevlieghere authored Nov 20, 2024
1 parent a3f2e01 commit 4acf935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,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 (only available on Darwin platforms) and launching (available on all platforms).

Changes to BOLT
---------------------------------

Expand Down

0 comments on commit 4acf935

Please sign in to comment.