Searched refs:bolt_path (Results 1 – 2 of 2) sorted by relevance
31 bolt_path = f'{args.build_dir}/bin/llvm-bolt'49 os.replace(bolt_path, f'{bolt_path}.new')63 os.replace(bolt_path, f'{bolt_path}.old')72 os.symlink(wrapper_path, bolt_path)
108 def run_bolt(bolt_path, bolt_args, out_f, cfg): argument112 cmd = ['/usr/bin/time', '-f', '%e %M', bolt_path] + bolt_args