[libcxx-commits] [PATCH] D152382: [libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEM

Mike Hommey via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 29 21:19:13 PDT 2023


glandium added a comment.

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


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