Commits

Jordan Rose committed 60c3154d95b
Add swift::moveFileIfDifferent. Equivalent to llvm::sys::fs::rename, except that if the destination file exists and has the same contents as the source file, the source file is simply deleted and the destination file is not touched. Used in next commit. Swift SVN r28041