We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8074940 commit c2a721aCopy full SHA for c2a721a
sulong/mx.sulong/mx_sulong.py
@@ -115,6 +115,9 @@ def is_ee():
115
def sulong_standalone_deps():
116
deps = mx_truffle.resolve_truffle_dist_names()
117
if is_ee():
118
+ # SULONG_ENTERPRISE and SULONG_MANAGED do not belong in the EE standalone of SULONG_NATIVE, but we want a single definition of libllvmvm.
119
+ # So we compromise here by including them. We do not use or distribute the EE standalone of SULONG_NATIVE so it does not matter.
120
+ # See also the comments in suite.py, in SULONG_*_STANDALONE_RELEASE_ARCHIVE.
121
deps += [
122
'sulong-managed:SULONG_ENTERPRISE',
123
'sulong-managed:SULONG_MANAGED',
0 commit comments