aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_stmt.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-05 12:29:16 +0000
committergingerBill <bill@gingerbill.org>2023-01-05 12:29:16 +0000
commit213a0499a1964e0bc5d2c48cd3b4450b45f59314 (patch)
tree0343fd1f2fdee38cdf0bff07e15ddcaab34832a3 /src/llvm_backend_stmt.cpp
parent1517f1d7793c8985664600a820e3434dfdf83810 (diff)
Begin multithreading the llvm backend when `-use-separate-modules` is enabled
Diffstat (limited to 'src/llvm_backend_stmt.cpp')
-rw-r--r--src/llvm_backend_stmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm_backend_stmt.cpp b/src/llvm_backend_stmt.cpp
index 0e6f75118..73b4e251f 100644
--- a/src/llvm_backend_stmt.cpp
+++ b/src/llvm_backend_stmt.cpp
@@ -32,7 +32,7 @@ gb_internal void lb_build_constant_value_decl(lbProcedure *p, AstValueDecl *vd)
continue;
}
- lb_set_nested_type_name_ir_mangled_name(e, p);
+ lb_set_nested_type_name_ir_mangled_name(e, p, p->module);
}
for_array(i, vd->names) {