Saleem Abdulrasool ecd0e7df8c
Support: allow llvm::sys::fs::rename to rename a directory on Windows (#179739)
`CreateFileW` must be passed `FILE_FLAG_BACKUP_SEMANTICS` to allow a
handle to a directory to be acquired. Without this, we would previously
fail with permission denied if a directory was attempted to be renamed.
2026-02-04 20:09:11 +00:00
..