<rdar://problem/13551789> Fix yet another race in unique_file.
If the directory that will contain the unique file doesn't exist when we tried to create the file, but another process creates it before we get a chance to try creating it, we would bail out rather than try to create the unique file. llvm-svn: 178908
Loading
Please register or sign in to comment