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

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 15:37:39 PDT 2019


EricWF marked 2 inline comments as done.
EricWF added inline comments.


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


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