Skip to content

Commit 5c51bbe

Browse files
timfelfangerer
authored andcommitted
Merge remote-tracking branch 'origin/master' into topic/GR-13481
2 parents d05ede2 + 3135eaa commit 5c51bbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, **kwargs):
123123
dists.append('SULONG')
124124
if mx.suite("sulong-managed", fatalIfMissing=False):
125125
dists.append('SULONG_MANAGED')
126-
# TODO Remove this as soon as the llvm home directory layout problem is solved.
127-
vm_args += [mx_subst.path_substitutions.substitute('-Dpolyglot.llvm.libraryPath=<path:SULONG_LIBS>')]
128126

129127
graalpython_args.insert(0, '--experimental-options=true')
130128

0 commit comments

Comments
 (0)