mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
This commit is contained in:
parent
506c037a16
commit
ed723ca76f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue