1
Fork 0
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:
Andrea Corallo 2019-06-09 16:59:34 +02:00 committed by Andrea Corallo
parent efd20b8c4b
commit 96fc40d7db

View file

@ -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);