Skip to content

Commit 40b3493

Browse files
committed
[GR-27482] [GR-27566] Migrate to the new GraalVM LLVM Runtime components.
PullRequest: truffleruby/2176
2 parents a205319 + 1b210ee commit 40b3493

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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
},

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "sulong",
99
"subdir": True,
10-
"version": "94d13dce91e01d4f4ff5673dc2d5f38a6963e968",
10+
"version": "cb1a7ae2f4ec1962743fd44400f346db1f7def38",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)