[llvm] 4acf935 - Add release note for parallel module creation in LLDB (#116857)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 13:25:39 PST 2024
Author: Jonas Devlieghere
Date: 2024-11-20T13:25:36-08:00
New Revision: 4acf935b95778d8625898730edbfe296005b4b49
URL: https://github.com/llvm/llvm-project/commit/4acf935b95778d8625898730edbfe296005b4b49
DIFF: https://github.com/llvm/llvm-project/commit/4acf935b95778d8625898730edbfe296005b4b49.diff
LOG: Add release note for parallel module creation in LLDB (#116857)
Release note #110646 and #114507.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 1ba3672baeed88..d0b34c5958e02c 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -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
---------------------------------
More information about the llvm-commits
mailing list