diff options
Diffstat (limited to 'gcc/jit/jit-recording.h')
-rw-r--r-- | gcc/jit/jit-recording.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h index 57e71675c37..0dd31640085 100644 --- a/gcc/jit/jit-recording.h +++ b/gcc/jit/jit-recording.h @@ -221,6 +221,10 @@ public: compile (); void + compile_to_file (enum gcc_jit_output_kind output_kind, + const char *output_path); + + void add_error (location *loc, const char *fmt, ...) GNU_PRINTF(3, 4); |