mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Disable global variable initialization into separate functions to circumvent an LLVM bug
This commit is contained in:
@@ -2085,7 +2085,7 @@ gb_internal void lb_create_startup_runtime_generate_body(lbModule *m, lbProcedur
|
||||
continue;
|
||||
}
|
||||
|
||||
if (type_size_of(e->type) > 8) {
|
||||
if (false && type_size_of(e->type) > 8) {
|
||||
String ename = lb_get_entity_name(m, e);
|
||||
gbString name = gb_string_make(permanent_allocator(), "");
|
||||
name = gb_string_appendc(name, "__$startup$");
|
||||
|
||||
Reference in New Issue
Block a user