[all-commits] [llvm/llvm-project] 7edff3: [lldb] Use one Progress event per root module build

Dave Lee via All-commits all-commits at lists.llvm.org
Thu Mar 30 13:59:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7edff3c1b298f696c632625fa863acbc7d68d446
      https://github.com/llvm/llvm-project/commit/7edff3c1b298f696c632625fa863acbc7d68d446
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/test/API/functionalities/progress_reporting/clang_modules/TestClangModuleBuildProgress.py

  Log Message:
  -----------
  [lldb] Use one Progress event per root module build

Following the work done by @jdevlieghere in D143690, this changes how Clang module build
events are emitted.

Instead of one Progress event per module being built, a single Progress event is used to
encompass all modules, and each module build is sent as an `Increment` update.

Differential Revision: https://reviews.llvm.org/D147248




More information about the All-commits mailing list