[Lldb-commits] [lldb] Add a test for evicting unreachable modules from the global module cache (PR #74894)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 11 15:56:37 PST 2023
jimingham wrote:
I added a test for the case where one target has the old version and another target has the new one. In this case, I don't think (short of MemoryPressureDetected by hand) that we'll ever get rid of these unreachable Modules.
https://github.com/llvm/llvm-project/pull/74894
More information about the lldb-commits
mailing list