forked from OSchip/llvm-project
parent
e609302ad1
commit
0c69163a42
|
@ -71,6 +71,7 @@ class Configuration(object):
|
|||
# Print as list to prevent "set([...])" from being printed.
|
||||
self.lit_config.note('Using available_features: %s' %
|
||||
list(self.config.available_features))
|
||||
self.lit_config.note('Using environment: %r' % self.env)
|
||||
|
||||
def get_test_format(self):
|
||||
return LibcxxTestFormat(
|
||||
|
|
Loading…
Reference in New Issue