[Lldb-commits] [lldb] [lldb][test] Fix TestUseSourceCache for readonly source trees (PR #113251)

Jordan Rupprecht via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 07:46:55 PDT 2024


================
@@ -6,3 +6,6 @@ include Makefile.rules
 # Copy file into the build folder to enable the test to modify it.
 main-copy.cpp: main.cpp
 	cp -f $< $@
+ifneq "$(OS)" "Windows_NT"  # chmod is not available on Windows
----------------
rupprecht wrote:

Excellent. Removed the condition.

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


More information about the lldb-commits mailing list