Skip to content

Commit dc1e92f

Browse files
committed
export Truffle compiler API packages to libgraal
1 parent 670a86f commit dc1e92f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

truffle/mx.truffle/suite.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,9 +1599,19 @@
15991599
],
16001600
"exports" : [
16011601
# Qualified exports
1602-
"com.oracle.truffle.compiler to org.graalvm.truffle.runtime, jdk.graal.compiler, org.graalvm.nativeimage.builder, com.oracle.graal.graal_enterprise, org.graalvm.truffle.runtime.svm, com.oracle.truffle.enterprise.svm",
1602+
"""com.oracle.truffle.compiler to
1603+
org.graalvm.truffle.runtime,
1604+
jdk.graal.compiler,
1605+
jdk.graal.compiler.libgraal,
1606+
org.graalvm.nativeimage.builder,
1607+
com.oracle.graal.graal_enterprise,
1608+
org.graalvm.truffle.runtime.svm,
1609+
com.oracle.truffle.enterprise.svm""",
16031610
"com.oracle.truffle.compiler.hotspot to org.graalvm.truffle.runtime, jdk.graal.compiler",
1604-
"com.oracle.truffle.compiler.hotspot.libgraal to org.graalvm.truffle.runtime, jdk.graal.compiler"
1611+
"""com.oracle.truffle.compiler.hotspot.libgraal to
1612+
org.graalvm.truffle.runtime,
1613+
jdk.graal.compiler,
1614+
jdk.graal.compiler.libgraal"""
16051615
],
16061616
"uses" : [
16071617
],

0 commit comments

Comments
 (0)