Files
clang-p2996/llvm/lib/Support/LockFileManager.cpp
Jan Svoboda d0c869521c [Support] Prevent leaking unique lock files (#130984)
Prior to this PR, failing to get the host ID would leave the unique lock
file on the file system. This is now fixed by constructing
`RemoveUniqueLockFileOnSignal` earlier. This PR also removes one call to
`sys::fs::remove()` that is now redundant and another that was redundant
even before this patch.
2025-03-13 16:15:42 -07:00

9.5 KiB