mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-20 23:30:54 +00:00
[libc++] Sort available features before printing them
This makes it easier to compare the features available in two adjacent runs of lit.
This commit is contained in:
parent
27d4f229ad
commit
e3b166229f
@ -52,4 +52,4 @@ def configure(parameters, features, config, lit_config):
|
||||
note("Using {} substitution: '{}'".format(sub, _getSubstitution(sub, config)))
|
||||
|
||||
# Print all available features
|
||||
note("All available features: {}".format(", ".join(config.available_features)))
|
||||
note("All available features: {}".format(", ".join(sorted(config.available_features))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user