ruby-changes:69231
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:17 +0900 (JST)
Subject: [ruby-changes:69231] ed723ca76f (master): Remove yjit_backend to help with upstreaming
https://git.ruby-lang.org/ruby.git/commit/?id=ed723ca76f From ed723ca76fb9447093d64ef238f76f0e2c116bdd Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> 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(-) 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 https://github.com/ruby/ruby/blob/trunk/common.mk#L17098 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/