mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[utils/lit] Show available_features with --show-suites.
llvm-svn: 272022
This commit is contained in:
parent
45d8260ac8
commit
19353b2150
@ -336,6 +336,9 @@ def main(builtinParameters = {}):
|
|||||||
print(' %s - %d tests' %(ts.name, len(ts_tests)))
|
print(' %s - %d tests' %(ts.name, len(ts_tests)))
|
||||||
print(' Source Root: %s' % ts.source_root)
|
print(' Source Root: %s' % ts.source_root)
|
||||||
print(' Exec Root : %s' % ts.exec_root)
|
print(' Exec Root : %s' % ts.exec_root)
|
||||||
|
if ts.config.available_features:
|
||||||
|
print(' Available Features : %s' % ' '.join(
|
||||||
|
sorted(ts.config.available_features)))
|
||||||
|
|
||||||
# Show the tests, if requested.
|
# Show the tests, if requested.
|
||||||
if opts.showTests:
|
if opts.showTests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user