summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2021-08-10 09:10:34 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:39 -0400
commit2ba090a1f9258035b40374f9ff9da3ff920701cd (patch)
tree6f9884ab7465ac93e8744e42e87f7d7c49bb385e /common.mk
parentdd5082d7ca31adc66f885aed1af789adaf262a64 (diff)
Add toregexp to yjit
The FIXME is there so we remember to investigate why insns clears the temporary array. Is this necessary? If it's not we can remove it from both. Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 76d62915f6..5ccc9a389d 100644
--- a/common.mk
+++ b/common.mk
@@ -16721,6 +16721,7 @@ yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/compilers.h
yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/gc.h
yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/imemo.h
yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/object.h
+yjit_codegen.$(OBJEXT): $(top_srcdir)/internal/re.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