Skip to content

Commit 18b19c9

Browse files
committed
Migrate to the new GraalVM LLVM Runtime components
1 parent a205319 commit 18b19c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@ def verify_ci(args):
199199
standalone_dir_name='truffleruby-<version>-<graalvm_os>-<arch>',
200200
license_files=[],
201201
third_party_license_files=[],
202-
dependencies=['rbyl', 'Truffle', 'Truffle NFI', 'Sulong', 'LLVM.org toolchain'],
202+
dependencies=['rbyl', 'Truffle', 'Truffle NFI', 'LLVM Runtime Native', 'LLVM.org toolchain'],
203203
standalone_dependencies={
204-
'Sulong': ('lib/sulong', ['bin/<exe:lli>']),
204+
'LLVM Runtime Core': ('lib/sulong', []),
205+
'LLVM Runtime Native': ('lib/sulong', []),
205206
'LLVM.org toolchain': ('lib/llvm-toolchain', []),
206207
'TruffleRuby license files': ('', []),
207208
},

0 commit comments

Comments
 (0)