@@ -279,20 +279,20 @@ $(BUILDDIR)/julia_flisp.boot: $(addprefix $(SRCDIR)/,jlfrontend.scm flisp/aliase
279
279
280
280
# additional dependency links
281
281
$(BUILDDIR ) /codegen-stubs.o $(BUILDDIR ) /codegen-stubs.dbg.obj : $(SRCDIR ) /intrinsics.h
282
- $(BUILDDIR ) /aotcompile.o $(BUILDDIR ) /aotcompile.dbg.obj : $(SRCDIR ) /jitlayers.h $(SRCDIR ) /codegen_shared.h
282
+ $(BUILDDIR ) /aotcompile.o $(BUILDDIR ) /aotcompile.dbg.obj : $(SRCDIR ) /jitlayers.h $(SRCDIR ) /codegen_shared.h $( SRCDIR ) /debug-registry.h
283
283
$(BUILDDIR ) /ast.o $(BUILDDIR ) /ast.dbg.obj : $(BUILDDIR ) /julia_flisp.boot.inc $(SRCDIR ) /flisp/* .h
284
284
$(BUILDDIR ) /builtins.o $(BUILDDIR ) /builtins.dbg.obj : $(SRCDIR ) /iddict.c $(SRCDIR ) /builtin_proto.h
285
285
$(BUILDDIR ) /codegen.o $(BUILDDIR ) /codegen.dbg.obj : $(addprefix $(SRCDIR ) /,\
286
- intrinsics.cpp jitlayers.h intrinsics.h codegen_shared.h cgutils.cpp ccall.cpp abi_* .cpp processor.h builtin_proto.h)
287
- $(BUILDDIR ) /debuginfo.o $(BUILDDIR ) /debuginfo.dbg.obj : $(addprefix $(SRCDIR ) /,debuginfo.h processor.h)
286
+ intrinsics.cpp jitlayers.h debug-registry.h intrinsics.h codegen_shared.h cgutils.cpp ccall.cpp abi_* .cpp processor.h builtin_proto.h)
287
+ $(BUILDDIR ) /debuginfo.o $(BUILDDIR ) /debuginfo.dbg.obj : $(addprefix $(SRCDIR ) /,debuginfo.h processor.h jitlayers.h debug-registry.h )
288
288
$(BUILDDIR ) /disasm.o $(BUILDDIR ) /disasm.dbg.obj : $(SRCDIR ) /debuginfo.h $(SRCDIR ) /processor.h
289
289
$(BUILDDIR ) /dump.o $(BUILDDIR ) /dump.dbg.obj : $(addprefix $(SRCDIR ) /,common_symbols1.inc common_symbols2.inc builtin_proto.h serialize.h)
290
290
$(BUILDDIR ) /gc-debug.o $(BUILDDIR ) /gc-debug.dbg.obj : $(SRCDIR ) /gc.h
291
291
$(BUILDDIR ) /gc-pages.o $(BUILDDIR ) /gc-pages.dbg.obj : $(SRCDIR ) /gc.h
292
292
$(BUILDDIR ) /gc.o $(BUILDDIR ) /gc.dbg.obj : $(SRCDIR ) /gc.h $(SRCDIR ) /gc-alloc-profiler.h
293
293
$(BUILDDIR ) /init.o $(BUILDDIR ) /init.dbg.obj : $(SRCDIR ) /builtin_proto.h
294
294
$(BUILDDIR ) /interpreter.o $(BUILDDIR ) /interpreter.dbg.obj : $(SRCDIR ) /builtin_proto.h
295
- $(BUILDDIR ) /jitlayers.o $(BUILDDIR ) /jitlayers.dbg.obj : $(SRCDIR ) /jitlayers.h $(SRCDIR ) /codegen_shared.h
295
+ $(BUILDDIR ) /jitlayers.o $(BUILDDIR ) /jitlayers.dbg.obj : $(SRCDIR ) /jitlayers.h $(SRCDIR ) /codegen_shared.h $( SRCDIR ) /debug-registry.h
296
296
$(BUILDDIR ) /jltypes.o $(BUILDDIR ) /jltypes.dbg.obj : $(SRCDIR ) /builtin_proto.h
297
297
$(build_shlibdir ) /libllvmcalltest.$(SHLIB_EXT ) : $(SRCDIR ) /codegen_shared.h $(BUILDDIR ) /julia_version.h
298
298
$(BUILDDIR ) /llvm-alloc-helpers.o $(BUILDDIR ) /llvm-alloc-helpers.dbg.obj : $(SRCDIR ) /codegen_shared.h $(SRCDIR ) /llvm-pass-helpers.h $(SRCDIR ) /llvm-alloc-helpers.h
0 commit comments