[libcxx-commits] [PATCH] D152382: [libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEM
Sergei Barannikov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 1 12:53:18 PDT 2023
barannikov88 added a comment.
In D152382#4462610 <https://reviews.llvm.org/D152382#4462610>, @glandium wrote:
> This also affects wasi for the same reason (filesystem_clock.cpp still being compiled), but a different cause: wasi doesn't have sys/statvfs.h, so the failure is
>
> libcxx/src/filesystem/posix_compat.h:42:11: fatal error: 'sys/statvfs.h' file not found
Same issue for me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152382/new/
https://reviews.llvm.org/D152382
More information about the libcxx-commits
mailing list