From c9f4cbf7a62ae720accc962942dbdb58747d92e5 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 21 Mar 2019 02:13:30 +0000 Subject: [PATCH] Add dylib-has-no-filesystem when filesystem is disabled llvm-svn: 356640 --- libcxx/utils/libcxx/test/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py index cac4d7c..b1d0736 100644 --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -437,6 +437,8 @@ class Configuration(object): if not self.get_lit_bool('enable_filesystem', default=True): self.config.available_features.add('c++filesystem-disabled') + self.config.available_features.add('dylib-has-no-filesystem') + # Run a compile test for the -fsized-deallocation flag. This is needed # in test/std/language.support/support.dynamic/new.delete -- 2.7.4