Searched refs:llc_bin (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/utils/ |
D | bugpoint_gisel_reducer.py | 68 def run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp, ir_file): argument 70 os.path.realpath(__file__), llc_bin, tmp) 113 llc_bin = check_bin(build_dir, 'llc') 119 res = run_llc(llc_bin, ir_file) 133 run_bugpoint(bugpoint_bin, llc_bin, opt_bin, tmp.name, ir_file)
|