mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 08:00:48 -08:00
move gcc_jit_context_dump_reproducer_to_file
This commit is contained in:
parent
9b5f8ebb5b
commit
89abc8d66f
1 changed files with 2 additions and 2 deletions
|
|
@ -2863,8 +2863,6 @@ DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt,
|
|||
gcc_jit_context_set_bool_option (comp.ctxt,
|
||||
GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING,
|
||||
1);
|
||||
gcc_jit_context_dump_reproducer_to_file (comp.ctxt, "comp_reproducer.c");
|
||||
|
||||
}
|
||||
|
||||
comp.void_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID);
|
||||
|
|
@ -3038,6 +3036,8 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
|
|||
(const char *) SDATA (CALLN (Fconcat, ctxtname, dot_c));
|
||||
gcc_jit_context_dump_to_file (comp.ctxt, filename, 1);
|
||||
}
|
||||
if (COMP_DEBUG > 1)
|
||||
gcc_jit_context_dump_reproducer_to_file (comp.ctxt, "comp_reproducer.c");
|
||||
|
||||
AUTO_STRING (dot_so, NATIVE_ELISP_SUFFIX);
|
||||
const char *filename =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue