| author | |
| committer | |
| log | 0b63573674c76bd45f641774c16e0d4e96ee74fd |
| tree | 8212a8e6083525e7e5adcfc1ec9800d90da10f88 |
| parent | 0e8a53514ebf5db00435b38c851f5fdc37ed4aa1 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen.cpp+1-1| ... | ... | @@ -7725,7 +7725,7 @@ static void do_code_gen(CodeGen *g) { |
| 7725 | 7725 | |
| 7726 | 7726 | char *error = nullptr; |
| 7727 | 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 |