summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_mca_test_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/update_mca_test_checks.py')
-rwxr-xr-xllvm/utils/update_mca_test_checks.py1
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 + ' '):
OpenPOWER on IntegriCloud