search for: prefix_set

Displaying 1 result from an estimated 1 matches for "prefix_set".

2015 Oct 09
3
Python version for scripts in LLVM?
...fix!') + print('WARNING: Found conflicting asm under the ' + 'same prefix!', file=sys.stderr) else: asm[prefix][f] = None continue @@ -147,7 +147,7 @@ is_in_function_start = False prefix_set = set([prefix for prefixes, _ in checks for prefix in prefixes]) if args.verbose: - print >>sys.stderr, 'Rewriting FileCheck prefixes: %s' % (prefix_set,) + print('Rewriting FileCheck prefixes: %s' % (prefix_set,), file=sys.stderr) fixed_lines = [] for...