[all-commits] [llvm/llvm-project] e1edcf: Reland "[lldb][Target] Flush the scratch TypeSyste...

Michael137 via All-commits all-commits at lists.llvm.org
Mon Dec 5 08:58:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1edcf7d14c126b9ebd2a77fcd9041d056cce64a
      https://github.com/llvm/llvm-project/commit/e1edcf7d14c126b9ebd2a77fcd9041d056cce64a
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M lldb/source/Target/Target.cpp
    A lldb/test/API/functionalities/rerun_and_expr/Makefile
    A lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py
    A lldb/test/API/functionalities/rerun_and_expr/main.cpp
    A lldb/test/API/functionalities/rerun_and_expr/rebuild.cpp
    A lldb/test/API/functionalities/rerun_and_expr_dylib/Makefile
    A lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
    A lldb/test/API/functionalities/rerun_and_expr_dylib/lib.cpp
    A lldb/test/API/functionalities/rerun_and_expr_dylib/main.cpp
    A lldb/test/API/functionalities/rerun_and_expr_dylib/rebuild.cpp

  Log Message:
  -----------
  Reland "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private::Module gets unloaded"

This relands commit `71f3cac7895ad516ec25438f803ed3c9916c215a`

Fixes LLDB Linux bots and improves TypeSystem flushing for shared libraries.

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




More information about the All-commits mailing list