Skip to content

Commit 895e398

Browse files
committed
fix using enableLVI
1 parent e2bb9aa commit 895e398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _is_user(user, home=None):
137137
SUITE.import_suite("tools", version=None, urlinfos=None, in_subdir=True)
138138
dists.append('CHROMEINSPECTOR')
139139
if SUITE_SULONG:
140-
vm_args.append("-Dpolyglot.llvm.enableLVI=true")
140+
graalpython_args.insert(1, "--llvm.enableLVI=true")
141141

142142
vm_args += mx.get_runtime_jvm_args(dists, jdk=jdk)
143143

0 commit comments

Comments
 (0)