| ... | @@ -7725,7 +7725,7 @@ static void do_code_gen(CodeGen *g) { | ... | @@ -7725,7 +7725,7 @@ static void do_code_gen(CodeGen *g) { |
| 7725 | | 7725 | |
| 7726 | char *error = nullptr; | 7726 | char *error = nullptr; |
| 7727 | if (LLVMVerifyModule(g->module, LLVMReturnStatusAction, &error)) { | 7727 | if (LLVMVerifyModule(g->module, LLVMReturnStatusAction, &error)) { |
| 7728 | zig_panic("broken LLVM module found: %s", error); | 7728 | zig_panic("broken LLVM module found: %s\nThis is a bug in the Zig compiler.", error); |
| 7729 | } | 7729 | } |
| 7730 | } | 7730 | } |
| 7731 | | 7731 | |