mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 12:33:53 -08:00
generate reproducer if needed
This commit is contained in:
parent
efd20b8c4b
commit
96fc40d7db
1 changed files with 3 additions and 0 deletions
|
|
@ -1457,6 +1457,9 @@ init_comp (void)
|
|||
{
|
||||
comp.ctxt = gcc_jit_context_acquire();
|
||||
|
||||
if (COMP_DEBUG > 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);
|
||||
comp.void_ptr_type =
|
||||
gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID_PTR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue