Skip to content

Commit 0f4aebb

Browse files
committed
Use graal/compiler to launch IGV
1 parent 62f58e0 commit 0f4aebb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tool/jt.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,9 +2277,8 @@ def graph(*args)
22772277
ruby2_keywords :cfg2asm if respond_to?(:ruby2_keywords, true)
22782278

22792279
def igv
2280-
clone_enterprise
2281-
graal_enterprise = File.expand_path '../graal-enterprise/graal-enterprise', TRUFFLERUBY_DIR
2282-
mx('igv', chdir: graal_enterprise)
2280+
compiler = File.expand_path '../graal/compiler', TRUFFLERUBY_DIR
2281+
mx('igv', chdir: compiler)
22832282
end
22842283

22852284
def install(name, *options)

0 commit comments

Comments
 (0)