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