[Lldb-commits] [lldb] [lldb] Do not use mkdir -p in makefile on Windows (PR #187244)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 18 05:01:37 PDT 2026


slydiman wrote:

Note the failed test on Linux means that a racing condition is possible depending on number tests jobs/threads.
It seems a racing condition is possible in all tests where `mkdir -p` is explicitly used.

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


More information about the lldb-commits mailing list