aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-13 12:12:41 +0000
committergingerBill <bill@gingerbill.org>2023-01-13 12:13:26 +0000
commit1064bcd0602c9ff86e2a304ecb46b8d86bb07d52 (patch)
tree550dab643644cbd0aa29e9fc8eb8f4787ab9c560 /src/llvm_backend.cpp
parent1e211255270eb43aaf3646d7e62da63b0b855e17 (diff)
Clean up use of `StringMap`
Diffstat (limited to 'src/llvm_backend.cpp')
-rw-r--r--src/llvm_backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp
index aa49fd055..148511028 100644
--- a/src/llvm_backend.cpp
+++ b/src/llvm_backend.cpp
@@ -1625,6 +1625,7 @@ gb_internal bool lb_llvm_object_generation(lbGenerator *gen, bool do_threading)
String filepath_ll = lb_filepath_ll_for_module(m);
String filepath_obj = lb_filepath_obj_for_module(m);
+ gb_printf_err("%.*s\n", LIT(filepath_obj));
array_add(&gen->output_object_paths, filepath_obj);
array_add(&gen->output_temp_paths, filepath_ll);