diff options
| author | gingerBill <bill@gingerbill.org> | 2023-01-13 12:12:41 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-01-13 12:13:26 +0000 |
| commit | 1064bcd0602c9ff86e2a304ecb46b8d86bb07d52 (patch) | |
| tree | 550dab643644cbd0aa29e9fc8eb8f4787ab9c560 /src/llvm_backend_general.cpp | |
| parent | 1e211255270eb43aaf3646d7e62da63b0b855e17 (diff) | |
Clean up use of `StringMap`
Diffstat (limited to 'src/llvm_backend_general.cpp')
| -rw-r--r-- | src/llvm_backend_general.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend_general.cpp b/src/llvm_backend_general.cpp index 15cb3f2be..c4f6ccc91 100644 --- a/src/llvm_backend_general.cpp +++ b/src/llvm_backend_general.cpp @@ -148,6 +148,7 @@ gb_internal bool lb_init_generator(lbGenerator *gen, Checker *c) { map_set(&gen->modules, cast(void *)pkg, m); lb_init_module(m, c); #else + // NOTE(bill): Probably per file is not a good idea, so leave this for later for (AstFile *file : pkg->files) { auto m = gb_alloc_item(permanent_allocator(), lbModule); m->file = file; |