diff options
| author | eileencodes <eileencodes@gmail.com> | 2021-07-27 13:48:33 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:38 -0400 |
| commit | 50029fb127c38b345dc781ea8f67bfc372cc5390 (patch) | |
| tree | c946fb9fbeb02e4c01f89f949cc502fbe7ff388e /common.mk | |
| parent | 6aa4637272204b7017a0414393ab05be6fa07672 (diff) | |
Add getglobal to yjit
Adds getglobal to yjit and a test for it.
Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16724,6 +16724,7 @@ yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/object.h yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/serial.h yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/static_assert.h yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/string.h +yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/variable.h yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/vm.h yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/warnings.h yjit_codegen.$(OBJEXT): {$(VPATH)}assert.h @@ -16739,6 +16740,7 @@ yjit_codegen.$(OBJEXT): {$(VPATH)}backward/2/stdalign.h yjit_codegen.$(OBJEXT): {$(VPATH)}backward/2/stdarg.h yjit_codegen.$(OBJEXT): {$(VPATH)}builtin.h yjit_codegen.$(OBJEXT): {$(VPATH)}config.h +yjit_codegen.$(OBJEXT): {$(VPATH)}constant.h yjit_codegen.$(OBJEXT): {$(VPATH)}darray.h yjit_codegen.$(OBJEXT): {$(VPATH)}debug_counter.h yjit_codegen.$(OBJEXT): {$(VPATH)}defines.h |
