Skip to content

Commit c2a721a

Browse files
committed
Add comment in mx_sulong.py.
1 parent 8074940 commit c2a721a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sulong/mx.sulong/mx_sulong.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def is_ee():
115115
def sulong_standalone_deps():
116116
deps = mx_truffle.resolve_truffle_dist_names()
117117
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.
118121
deps += [
119122
'sulong-managed:SULONG_ENTERPRISE',
120123
'sulong-managed:SULONG_MANAGED',

0 commit comments

Comments
 (0)