[libcxx-commits] [PATCH] D152168: [libc++] Roll up fstream support into filesystem support

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 16 03:00:27 PDT 2023


michaelplatings added a comment.

LLVM Embedded Toolchain for Arm <https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm> also supports `<fstream>` but not `<filesystem>`. We have a C library so supporting `<fstream>` is easy. We don't have POSIX support so supporting `<filesystem>` is much more challenging.

Please can this change be reverted?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152168/new/

https://reviews.llvm.org/D152168



More information about the libcxx-commits mailing list