mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
[utils/lit] Show available_features with --show-suites.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89f76ce51d
commit
dc6c68ee03
@ -336,6 +336,9 @@ def main(builtinParameters = {}):
|
||||
print(' %s - %d tests' %(ts.name, len(ts_tests)))
|
||||
print(' Source Root: %s' % ts.source_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.
|
||||
if opts.showTests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user