Clean up use of StringMap

This commit is contained in:
gingerBill
2023-01-13 12:12:41 +00:00
parent 1e21125527
commit 1064bcd060
4 changed files with 38 additions and 48 deletions

View File

@@ -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);