[libcxx-commits] [PATCH] D59619: Allow disabling of filesystem library.

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 15:33:37 PDT 2019


mstorsjo added a comment.

Looks sensible to me, modulo the option description.



================
Comment at: CMakeLists.txt:80
+endif()
+option(LIBCXX_ENABLE_FILESYSTEM "Build filesystem as part of libc++fs.a"
+    ${ENABLE_FILESYSTEM_DEFAULT})
----------------
This option text is a bit misleading (there's no separate libc++fs.a any longer if I understand it correctly) now.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D59619





More information about the libcxx-commits mailing list