[PATCH] D19838: [LLVM-AR] Fixed bug where temporary file would be left behind every time an archive was updated

Cameron via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 15:38:30 PDT 2016


cameron314 added a comment.

@silvas: The problem, unfortunately, is not with the way rename is implemented -- when the destination file has an open file handle on it, there's only so much that can be done regardless of the method.

@rafael: I could do that. It made more sense to me that it be linked to the archive (since once freed, the archive is no longer valid).


Repository:
  rL LLVM

http://reviews.llvm.org/D19838





More information about the llvm-commits mailing list