Files
llvm/lldb/scripts
Alex Langford 120d7475d3 [lldb] Change directory creation logic in framework-header-fix (#158355)
It's possible for this logic to fail if the build system runs this
script in parallel. One instance could create the directory in between
another instance's checking of its existence and attempt at creation.

Instead, always try to create it and ignore any FileExistsErrors.

rdar://160120161
2025-09-12 16:38:29 -07:00
..