[all-commits] [llvm/llvm-project] 5942be: [lldb][test] Fix TestUseSourceCache for readonly s...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Tue Oct 22 08:34:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5942be03eadc8abd320e3dad1abcc4e87ce4171a
https://github.com/llvm/llvm-project/commit/5942be03eadc8abd320e3dad1abcc4e87ce4171a
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M lldb/test/API/commands/settings/use_source_cache/Makefile
Log Message:
-----------
[lldb][test] Fix TestUseSourceCache for readonly source trees (#113251)
TestUseSourceCache attempts to write to a build artifact copied from the
source tree, and asserts the write succeeded. If the source tree is read
only, the copy will also be read only, causing it to fail. When
producing the build artifact, ensure that it is writable.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list