From ed723ca76fb9447093d64ef238f76f0e2c116bdd Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Oct 2021 12:57:31 -0400 Subject: Remove yjit_backend to help with upstreaming The new backend isn't used at the moment and adds to our diff against upstream so remove it for now. We can reverse the removal later with git history. --- common.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 53e08f0417..7c50313583 100644 --- a/common.mk +++ b/common.mk @@ -17098,7 +17098,6 @@ yjit.$(OBJEXT): {$(VPATH)}yjit.rb yjit.$(OBJEXT): {$(VPATH)}yjit.rbinc yjit.$(OBJEXT): {$(VPATH)}yjit_asm.c yjit.$(OBJEXT): {$(VPATH)}yjit_asm.h -yjit.$(OBJEXT): {$(VPATH)}yjit_backend.h yjit.$(OBJEXT): {$(VPATH)}yjit_codegen.c yjit.$(OBJEXT): {$(VPATH)}yjit_codegen.h yjit.$(OBJEXT): {$(VPATH)}yjit_core.c -- cgit v1.2.3