mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
clang: Make changes in 7c8bb409f31e py2.7-compatible
This commit is contained in:
parent
8bd14e026c
commit
6640720520
@ -642,7 +642,9 @@ def dump_input_lines(output_lines, test_info, prefix_set, comment_string):
|
||||
def add_checks_at_end(output_lines, prefix_list, func_order,
|
||||
comment_string, check_generator):
|
||||
added = set()
|
||||
for prefixes, tool_args, *rest in prefix_list:
|
||||
for prefix in prefix_list:
|
||||
prefixes = prefix[0]
|
||||
tool_args = prefix[1]
|
||||
for prefix in prefixes:
|
||||
for func in func_order[prefix]:
|
||||
if added:
|
||||
|
Loading…
Reference in New Issue
Block a user