[Lldb-commits] [lldb] [lldb] Fix and re-enable TestUseSourceCache.py (PR #111237)
Igor Kudrin via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 15:19:26 PDT 2024
igorkudrin wrote:
So the test basically shows that it makes sense to set `use-source-cache` to `false` on Windows, otherwise the source file will be locked for editing. Windows 11 seems to allow deleting mmaped files, so we need to try opening the file for writing to re-enable the test. Thanks, @emrekultursay.
https://github.com/llvm/llvm-project/pull/111237
More information about the lldb-commits
mailing list