mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 00:16:47 +00:00
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
This commit is contained in:
+2
-2
@@ -1952,8 +1952,8 @@ void print_llvm_ir(irGen *ir) {
|
||||
")",
|
||||
file->id,
|
||||
LIT(build_context.ODIN_VERSION),
|
||||
m->debug_all_enums->id,
|
||||
m->debug_all_globals->id);
|
||||
m->debug_compile_unit->CompileUnit.enums->id,
|
||||
m->debug_compile_unit->CompileUnit.globals->id);
|
||||
break;
|
||||
}
|
||||
case irDebugInfo_File:
|
||||
|
||||
Reference in New Issue
Block a user