[PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 00:03:04 PDT 2016
rmaprath added a comment.
Would you / community be open to the idea of hiding the os syscalls behind an API? (like we are doing for pthreads)?
I think this is the only way we could get at least some of this functionality working on bare-metal ARM (it should work on arm-linux without much trouble - I think). How much work do you think this refactoring would need? I'm happy to do that after you land the patch.
I will see if I can try this out on arm-linux, as soon as I resolve this fedora20 mystery of mine :)
Cheers,
/ Asiri
http://reviews.llvm.org/D16948
More information about the cfe-commits
mailing list