Details
Details
- Reviewers
amccarth EricWF ldionne - Group Reviewers
Restricted Project - Commits
- rGa3cc99658d52: [libcxx] Implement the space function for windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Rebased, triggering CI.
This one, contrary to many others, isn't done (yet) with a posix-like function in posix_compat.h - I guess one could try to create a fallback statvfs struct and all that even on windows if that's really needed though, but the ifdeffed code here is pretty selfcontained.
Comment Actions
I guess one could try to create a fallback statvfs struct and all that even on windows if that's really needed though, but the ifdeffed code here is pretty selfcontained.
That would be my preferred approach. Can you look into it and see if it can be done? If you remove this bit of windows-specific code from operations.cpp, I think this would LGTM.