[libcxx-commits] [PATCH] D59152: [libc++] Build <filesystem> support as part of the dylib

JF Bastien via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 13:45:06 PST 2019


jfb added inline comments.


================
Comment at: libcxx/CMakeLists.txt:79
-  set(ENABLE_FILESYSTEM_DEFAULT OFF)
-endif()
-option(LIBCXX_ENABLE_FILESYSTEM "Build filesystem as part of libc++fs.a"
----------------
Is it OK to turn fielssytem on for WIN32?


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D59152





More information about the libcxx-commits mailing list