| commit | 17701ab5bd9e4137cbab32ea9a1ccd1e8dc2aa71 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Wed Oct 11 22:04:14 2017 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Wed Oct 11 22:04:14 2017 +0000 |
| tree | 46d9bec48b318506710d6cabdcac3cfa4a45ba66 | |
| parent | 6f1ae631f77bc3f7549ff7fecb4caa6e40591dc6 [diff] |
Support: Work around missing SetFileInformationByHandle on Wine In r315079, fs::rename was reimplemented in terms of CreateFile and SetFileInformationByHandle. Unfortunately, the latter isn't supported by Wine. This adds a fallback to MoveFileEx for that case. Differential Revision: https://reviews.llvm.org/D38817 llvm-svn: 315520