aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 21:22:02 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 21:23:14 -0800
commitacb76663ba20241e7c2552aafae8b1d883520b9a (patch)
tree837d5b9537466e93410c8c0a06bf842439f49070 /tool/mjit
parent74bdf09215da3c9f1eb31feea3666359acbce527 (diff)
downloadruby-acb76663ba20241e7c2552aafae8b1d883520b9a.tar.gz
MJIT: Rename mjit_compiler.h to mjit_c.h
because it exists primarily for generating mjit_c.rb.
Diffstat (limited to 'tool/mjit')
-rwxr-xr-xtool/mjit/bindgen.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 1c60262216..c9bfc470c8 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -335,8 +335,8 @@ if Dir.exist?(clangd_cache)
system('rm', '-rf', clangd_cache, exception: true)
end
-# Parse mjit_compiler.h and generate mjit_c.rb
-nodes = HeaderParser.new(File.join(src_dir, 'mjit_compiler.h'), cflags: cflags).parse
+# Parse mjit_c.h and generate mjit_c.rb
+nodes = HeaderParser.new(File.join(src_dir, 'mjit_c.h'), cflags: cflags).parse
generator = BindingGenerator.new(
src_path: src_path,
uses: %w[