Add break; for sanity

This commit is contained in:
gingerBill
2021-04-08 15:32:59 +01:00
parent 3eaf3327d4
commit 18ab7fb68b

View File

@@ -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);
}