The filesystem clock implementation should be available regardless of
whether a proper filesystem is available on the platform, so it makes
sense to try and avoid including things that are inherently filesystem-y
in the implementation of filesystem clock.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGba3619b9273f: [libc++] Avoid including things that require a filesystem in filesytem_clock.cpp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Ok, thanks a lot. But just to be sure, this wasn't working previously with picolibc, was it? Or did it start failing only when I split up the source files?
Comment Actions
I'll ship this as-is because it passes the CI and it makes sense as a self-standing change. I'll apply your suggested changes in another patch, I'll ping you.