Merge remote-tracking branch 'origin/master' into null-terminated-pointers
This commit is contained in:
@@ -7740,7 +7740,7 @@ static void do_code_gen(CodeGen *g) {
|
||||
|
||||
char *error = nullptr;
|
||||
if (LLVMVerifyModule(g->module, LLVMReturnStatusAction, &error)) {
|
||||
zig_panic("broken LLVM module found: %s", error);
|
||||
zig_panic("broken LLVM module found: %s\nThis is a bug in the Zig compiler.", error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user