[libc++] Make sure we always print all available features
authorLouis Dionne <ldionne@apple.com>
Tue, 8 Sep 2020 15:17:10 +0000 (11:17 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 8 Sep 2020 15:18:02 +0000 (11:18 -0400)
Previously, we'd only print the features added through the new config,
however printing all the features is important for debugging purposes.

libcxx/utils/libcxx/test/config.py

index d54ee8f..82b696f 100644 (file)
@@ -148,6 +148,8 @@ class Configuration(object):
             self.lit_config
         )
 
+        self.lit_config.note("All available features: {}".format(self.config.available_features))
+
     def print_config_info(self):
         if self.cxx.use_modules:
             self.lit_config.note('Using modules flags: %s' %