search for: f_asm

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

Did you mean: __asm
2015 Oct 09
3
Python version for scripts in LLVM?
...ixes: ' + str(prefixes), file=sys.stderr) raw_asm = llc(args, llc_args, test) # Build up a dictionary of all the function bodies. for m in asm_function_re.finditer(raw_asm): @@ -129,14 +129,14 @@ # We only use the last line of the asm for stress tests. f_asm = '\n'.join(f_asm.splitlines()[-1:]) if args.verbose: - print >>sys.stderr, 'Processing asm for function: ' + f + print('Processing asm for function: ' + f, file=sys.stderr) for l in f_asm.splitlines(): - print >>s...