| ... | @@ -2642,13 +2642,6 @@ void codegen_link(CodeGen *g) { | ... | @@ -2642,13 +2642,6 @@ void codegen_link(CodeGen *g) { |
| 2642 | lj.rpath_table.init(4); | 2642 | lj.rpath_table.init(4); |
| 2643 | lj.codegen = g; | 2643 | lj.codegen = g; |
| 2644 | | 2644 | |
| 2645 | if (g->verbose_llvm_ir) { | | |
| 2646 | fprintf(stderr, "\nOptimization:\n"); | | |
| 2647 | fprintf(stderr, "---------------\n"); | | |
| 2648 | fflush(stderr); | | |
| 2649 | LLVMDumpModule(g->module); | | |
| 2650 | } | | |
| 2651 | | | |
| 2652 | if (g->out_type == OutTypeObj) { | 2645 | if (g->out_type == OutTypeObj) { |
| 2653 | lj.args.append("-r"); | 2646 | lj.args.append("-r"); |
| 2654 | } | 2647 | } |