[PATCH] D49860: [dsymutil] Simplify temporary file handling.

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 03:42:05 PDT 2018


jmorse added a comment.

Thanks for the report, it looks like just adding the "copy between volumes" flag to windows' rename was insufficient -- a preceding rename attempt (with slightly different semantics) needs to fall through to it.

I've uploaded https://reviews.llvm.org/D50048 which appears to fix this locally for me (Win10), @stella.stamenova if you could confirm whether it fixes it for you?


Repository:
  rL LLVM

https://reviews.llvm.org/D49860





More information about the llvm-commits mailing list