[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
Mon Jul 3 21:19:05 PDT 2023
barannikov88 added a comment.
In D152382#4469614 <https://reviews.llvm.org/D152382#4469614>, @ldionne wrote:
> In D152382#4468599 <https://reviews.llvm.org/D152382#4468599>, @barannikov88 wrote:
>
>> If that helps, our setup is baremetal newlib (custom target). Newlib provides some sys headers, but apparently not this one https://cygwin.com/git/?p=newlib-cygwin.git;a=tree;f=newlib/libc/include/sys.
>> I guess it would be the same with picolibc https://github.com/picolibc/picolibc/tree/main/newlib/libc/include/sys.
>
> https://reviews.llvm.org/D154246 doesn't seem to have run into the same issues (so far).
https://reviews.llvm.org/D154246#4468049
> Anyway, I'm trying something out in D154390 <https://reviews.llvm.org/D154390> but it's a bit of a blind attempt.
Thanks!
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