mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add break; for sanity
This commit is contained in:
@@ -12485,7 +12485,7 @@ void lb_init_module(lbModule *m, Checker *c) {
|
|||||||
LLVMModuleFlagBehaviorWarning,
|
LLVMModuleFlagBehaviorWarning,
|
||||||
"Dwarf Version", 13,
|
"Dwarf Version", 13,
|
||||||
LLVMValueAsMetadata(LLVMConstInt(LLVMInt32TypeInContext(m->ctx), 2, true)));
|
LLVMValueAsMetadata(LLVMConstInt(LLVMInt32TypeInContext(m->ctx), 2, true)));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
m->debug_builder = LLVMCreateDIBuilder(m->mod);
|
m->debug_builder = LLVMCreateDIBuilder(m->mod);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user