HomeSort by: relevance | last modified time | path
    Searched refs:tool_cmd_args (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/
update_analyze_test_checks.py 99 tool_cmd_args = tool_cmd[len(opt_basename):].strip()
100 tool_cmd_args = tool_cmd_args.replace('< %s', '').replace('%s', '').strip()
109 prefix_list.append((check_prefixes, tool_cmd_args))
update_test_checks.py 99 tool_cmd_args = tool_cmd[len(opt_basename):].strip()
100 tool_cmd_args = tool_cmd_args.replace('< %s', '').replace('%s', '').strip()
110 prefix_list.append((check_prefixes, tool_cmd_args, preprocess_cmd))
update_mca_test_checks.py 107 tool_cmd_args = tool_cmd[len(tool_basename):].strip()
108 tool_cmd_args = tool_cmd_args.replace('< %s', '').replace('%s', '').strip()
116 run_infos.append((check_prefixes, tool_cmd_args))

Completed in 57 milliseconds