mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 01:01:31 -07:00
Work on making name mangling deterministic
This commit is contained in:
@@ -32,7 +32,8 @@ gb_internal void lb_build_constant_value_decl(lbProcedure *p, AstValueDecl *vd)
|
||||
continue;
|
||||
}
|
||||
|
||||
lb_set_nested_type_name_ir_mangled_name(e, p, p->module);
|
||||
String name = lb_get_entity_name(p->module, e);
|
||||
gb_unused(name);
|
||||
}
|
||||
|
||||
for_array(i, vd->names) {
|
||||
|
||||
Reference in New Issue
Block a user