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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 18:03:18 PDT 2019


ldionne reopened this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/trunk/utils/libcxx/test/config.py:438
 
+        if not self.get_lit_bool('enable_filesystem', default=True):
+            self.config.available_features.add('c++filesystem-disabled')
----------------
Instead, I think this should be dependent on the platform. I don't see a reason why this would be different from` dylib-has-no-filesystem`.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59619





More information about the libcxx-commits mailing list