Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Support] Windows Filesystem fs::status Conditionally Call GetFileAtt…
…ributes (llvm#78118) Rather than conditionally using the output from GetFileAttributesW move the branch to avoid calling GetFileAttributesW entirely if not required. This avoids hitting IO an extra time for a small performance improvement.
- Loading branch information