diff options
Diffstat (limited to 'llvm/utils/update_mca_test_checks.py')
-rwxr-xr-x | llvm/utils/update_mca_test_checks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/update_mca_test_checks.py b/llvm/utils/update_mca_test_checks.py index 87ac19b39ae..bbeca1d557b 100755 --- a/llvm/utils/update_mca_test_checks.py +++ b/llvm/utils/update_mca_test_checks.py @@ -116,6 +116,7 @@ def _get_run_infos(run_lines, args): _warn('could not split tool and filecheck commands: {}'.format(run_line)) continue + common.verify_filecheck_prefixes(filecheck_cmd) tool_basename = os.path.splitext(os.path.basename(args.llvm_mca_binary))[0] if not tool_cmd.startswith(tool_basename + ' '): |