[llvm] Add release note for parallel module creation in LLDB (PR #116857)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 10:55:08 PST 2024


https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/116857

>From 4dafd39bdba2c552a11b65901e7204b91006fe24 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Tue, 19 Nov 2024 10:52:51 -0800
Subject: [PATCH] Add release note for parallel module creation in LLDB

Release note #110646 and #114507.
---
 llvm/docs/ReleaseNotes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 142db867b566ec..e28467492ecc10 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -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 creates modules in parallel, resulting in an average 2x speedup when launching and attaching.
+
 Changes to BOLT
 ---------------------------------
 



More information about the llvm-commits mailing list