[PATCH] D40811: Delete temp file if rename fails

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 08:47:02 PST 2017


James Henderson <jh7370.2008 at my.bristol.ac.uk> writes:

> I don't know if it does or not, but I'm not sure that it needs to:
> rename_fd fails with a permission denied error on a file marked as
> read-only by chmod on Windows, which is presumably sufficient for this
> case, no?

Oh, interesting. I will give that a try.

Cheers,
Rafael


More information about the llvm-commits mailing list