Update debugf usage

This commit is contained in:
gingerBill
2023-01-14 13:42:04 +00:00
parent 518f30e523
commit 9aa9429135
3 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -1283,7 +1283,7 @@ gb_internal WORKER_TASK_PROC(lb_llvm_emit_worker_proc) {
gb_printf_err("LLVM Error: %s\n", llvm_error);
gb_exit(1);
}
debugf("Generated File: %.*s\n", LIT(wd->filepath_obj));
return 0;
}
@@ -1659,6 +1659,7 @@ gb_internal bool lb_llvm_object_generation(lbGenerator *gen, bool do_threading)
gb_exit(1);
return false;
}
debugf("Generated File: %.*s\n", LIT(filepath_obj));
}
}
return true;