[PATCH] D16948: [libcxx] Filesystem TS -- Complete
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 23:39:59 PDT 2016
rmaprath added a comment.
> > Fine by me.
>
> >
>
> > I didn't have much time to go through the patch, is there a way to disable this module from building? It won't compile for our targets until we put in some sort of a porting layer (which I need to start thinking of). Would be nice if there is some CMake switch to turn this off until such time.
>
>
> Currently you can switch it off using the CMake option `-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF`. This turns off all of the experimental libraries, including filesystem and polymorphic memory resources.
>
> Would this be sufficient for your use case? Otherwise I can create an option to specifically disable filesystem.
We can currently build the rest of the experimental library (polymorphic memory resource), so it would be great if we can selectively disable just the filesystem module.
Thanks.
(sorry for the late response - went to bed)
/ Asiri
http://reviews.llvm.org/D16948
More information about the cfe-commits
mailing list