diff options
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index 731044a33..f2229178f 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -7795,6 +7795,7 @@ bool ir_gen_init(irGen *s, Checker *c) { gbFileError err = gb_file_create(&s->output_file, output_file_path); if (err != gbFileError_None) { + gb_printf_err("Failed to create file %s\n", output_file_path); return false; } |