[libcxx-commits] [PATCH] D154390: [libc++] Avoid including things that require a filesystem in filesytem_clock.cpp
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 3 13:57:38 PDT 2023
ldionne created this revision.
Herald added a subscriber: mstorsjo.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154390
Files:
libcxx/src/filesystem/file_descriptor.h
libcxx/src/filesystem/filesystem_clock.cpp
libcxx/src/filesystem/posix_compat.h
libcxx/src/filesystem/time_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154390.536886.patch
Type: text/x-patch
Size: 6941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230703/b8dea913/attachment.bin>
More information about the libcxx-commits
mailing list