[Lldb-commits] [lldb] [lldb] Fix and re-enable TestUseSourceCache.py (PR #111237)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 02:38:34 PDT 2024


https://github.com/labath approved this pull request.

Looks good. Tagging @emrekultursay, as this might be interesting for him. As I understand it, Android Studio was setting `use-source-cache:=false` so that users can continue to edit files on windows while lldb has them open.

Judging by this patch, that may no longer be necessary. Or does that only apply for certain situations (certain windows versions, files which are not large enough to be mmapped, etc.)?

https://github.com/llvm/llvm-project/pull/111237


More information about the lldb-commits mailing list