mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 08:31:13 +00:00
clang: Make changes in 7c8bb409f3
py2.7-compatible
This commit is contained in:
parent
d3b0644e22
commit
7502040ed2
@ -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,
|
def add_checks_at_end(output_lines, prefix_list, func_order,
|
||||||
comment_string, check_generator):
|
comment_string, check_generator):
|
||||||
added = set()
|
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 prefix in prefixes:
|
||||||
for func in func_order[prefix]:
|
for func in func_order[prefix]:
|
||||||
if added:
|
if added:
|
||||||
|
Loading…
Reference in New Issue
Block a user