Skip to content

Commit 92e7b62

Browse files
committed
[GR-16469] Update Sulong to use the LLVM 9 toolchain
1 parent f556eef commit 92e7b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "tools",
1010
"subdir": True,
1111
# version must always be equal to the version of the "sulong" import below
12-
"version": "7320bcd1a6533f07360f88b6844872b54afce052",
12+
"version": "70c5f95afa7f3e5f66952310bcfe8bea50b78eb9",
1313
"urls": [
1414
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1515
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -19,7 +19,7 @@
1919
"name": "sulong",
2020
"subdir": True,
2121
# version must always be equal to the version of the "tools" import above
22-
"version": "7320bcd1a6533f07360f88b6844872b54afce052",
22+
"version": "70c5f95afa7f3e5f66952310bcfe8bea50b78eb9",
2323
"urls": [
2424
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2525
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)