[Lldb-commits] [lldb] [LLDB] Fix write permission error in TestGlobalModuleCache.py (PR #76171)
Jordan Rupprecht via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 21 10:16:08 PST 2023
rupprecht wrote:
IIUC, the issue is that even though we are working in the build directory, which is writeable, we are copying a file from the source tree, which may be readonly, and those readonly permission bits persist when they're copied to the build directory.
https://github.com/llvm/llvm-project/pull/76171
More information about the lldb-commits
mailing list