Merge remote-tracking branch 'origin/master' into null-terminated-pointers

This commit is contained in:
Andrew Kelley
2019-11-24 20:28:46 -05:00
33 changed files with 1571 additions and 1619 deletions

View File

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