[Lldb-commits] [lldb] [lldb] (Prepare to) speed up dwarf indexing (PR #118657)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 4 07:48:21 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 0adab6b1af5b1874099b1e97fdcea2ce5020d79a 6a9384e47441117cff7b2903b4ad8bdfd11f06b4 --extensions cpp -- lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp b/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
index 03a031626a..5b325e30be 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
@@ -82,7 +82,6 @@ void ManualDWARFIndex::Index() {
Progress progress("Manually indexing DWARF", module_desc.GetData(),
total_progress);
-
// Share one thread pool across operations to avoid the overhead of
// recreating the threads.
llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool());
``````````
</details>
https://github.com/llvm/llvm-project/pull/118657
More information about the lldb-commits
mailing list