forked from OSchip/llvm-project
Add dylib-has-no-filesystem when filesystem is disabled
llvm-svn: 356640
This commit is contained in:
parent
e7e268d942
commit
c9f4cbf7a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue