[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an...
[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an infinite loop by constantly trying to create the parent path. This can happen if the path is a relative filename and the current directory was removed. Thanks to Daniel D. for the hint in fixing it. llvm-svn: 176226
Loading
Please register or sign in to comment