summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-14 15:38:58 -0700
committerGitHub <noreply@github.com>2023-03-14 15:38:58 -0700
commit70ba3102129dbaf6c943d1ed042103e0238842f4 (patch)
treee0337226448cc96979a9cd382b7f22997c36d387 /tool
parent868f03cce1a2d7a4df9b03b8338e3af4c69041d0 (diff)
downloadruby-70ba3102129dbaf6c943d1ed042103e0238842f4.tar.gz
YJIT: Introduce no_gc attribute (#7511)
Diffstat (limited to 'tool')
-rw-r--r--tool/mk_builtin_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mk_builtin_loader.rb b/tool/mk_builtin_loader.rb
index ba5e3c1ad7..5ab427ca9b 100644
--- a/tool/mk_builtin_loader.rb
+++ b/tool/mk_builtin_loader.rb
@@ -6,7 +6,7 @@ require_relative 'ruby_vm/helpers/c_escape'
SUBLIBS = {}
REQUIRED = {}
-BUILTIN_ATTRS = %w[leaf]
+BUILTIN_ATTRS = %w[leaf no_gc]
def string_literal(lit, str = [])
while lit