================ @@ -0,0 +1,57 @@ +; RUN: mkdir -p %t/logs ---------------- Flakebi wrote: Is the `mkdir` needed? On Linux, `rm -rf` ignores missing directories, not sure about Windows. https://github.com/llvm/llvm-project/pull/66412