aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-14 13:42:04 +0000
committergingerBill <bill@gingerbill.org>2023-01-14 13:42:04 +0000
commit9aa9429135930fcdb51c99c908c604d348443212 (patch)
tree9dd9ec88221aaf675bc46ba5ac2e0b78002aad34 /src/llvm_backend.cpp
parent518f30e52307e12fe184c34f0da8f197b976ced5 (diff)
Update `debugf` usage
Diffstat (limited to 'src/llvm_backend.cpp')
-rw-r--r--src/llvm_backend.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp
index 0df32329b..b3364b89e 100644
--- a/src/llvm_backend.cpp
+++ b/src/llvm_backend.cpp
@@ -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;