From 41fb94defa8f830ce69a8122b03f6ac3216d392a Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 30 Aug 2023 01:10:52 +0200 Subject: Add randomized register allocation for fuzz testing. This must be explicitly enabled with: -DLUAJIT_RANDOM_RA Thanks to Peter Cawley. #1062 --- src/Makefile.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.dep') diff --git a/src/Makefile.dep b/src/Makefile.dep index 400ef8b0..fda77c83 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -55,7 +55,7 @@ lj_asm.o: lj_asm.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ lj_buf.h lj_str.h lj_tab.h lj_frame.h lj_bc.h lj_ctype.h lj_ir.h \ lj_jit.h lj_ircall.h lj_iropt.h lj_mcode.h lj_trace.h lj_dispatch.h \ lj_traceerr.h lj_snap.h lj_asm.h lj_vm.h lj_target.h lj_target_*.h \ - lj_emit_*.h lj_asm_*.h + lj_prng.h lj_emit_*.h lj_asm_*.h lj_assert.o: lj_assert.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_bc.o: lj_bc.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_bc.h \ lj_bcdef.h -- cgit v1.2.3-55-g6feb