Searched refs:modify_rsp (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | rsp_bisect.py | 89 def modify_rsp(rsp_entries, other_rel_path, modify_after_num): function 131 result = test_modified_rsp(test, modify_rsp(rsp_entries, other_rel_path, mid), 164 test0 = test_modified_rsp(args.test, modify_rsp(rsp_entries, args.other_rel_path, 167 args.test, modify_rsp(rsp_entries, args.other_rel_path, num_files_in_rsp), 184 f.write(' '.join(modify_rsp(rsp_entries, args.other_rel_path, result - 1))) 186 f.write(' '.join(modify_rsp(rsp_entries, args.other_rel_path, result)))
|