Lines Matching +full:llvm +full:- +full:builddir
27 log("-" * 50)
48 [llc, "-o", "-", "-global-isel", "-pass-remarks-missed=gisel", irfile],
57 r"LLVM ERROR: ([a-z\s]+):.*(G_INTRINSIC[_A-Z]* <intrinsic:@[a-zA-Z0-9\.]+>|G_[A-Z_]+)"
67 compileCmd = "-compile-command={} -c {} {}".format(
73 "-compile-custom",
75 "-opt-command={}".format(opt_bin),
103 if len(sys.argv) == 5 and sys.argv[1] == "-c":
110 parser.add_argument("BuildDir", help="Path to LLVM build directory")
115 build_dir = check_path(args.BuildDir)
141 output_file = "bugpoint-reduced-simplified.bc"
142 log("Run llvm-dis to disassemble the output:")
143 log("$ {}/bin/llvm-dis -o - {}".format(build_dir, output_file))
146 "$ {}/bin/llc -o - -global-isel "
147 "-pass-remarks-missed=gisel {}".format(build_dir, output_file)