mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 02:38:07 +08:00
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