Skip to content

Commit

Permalink
[Truffle] Fix Sulong library path.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 30, 2016
1 parent 2eab42d commit 3dd230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Expand Up @@ -124,7 +124,7 @@ def self.find_graal_javacmd_and_options
vm_args << '-cp'
vm_args << [nfi_classes, sulong_dependencies, *sulong_jars].join(':')
vm_args << '-XX:-UseJVMCIClassLoader'
vm_args << "-Dsulong.DynamicBitcodeLibraries=#{Dir.glob("#{graal_home}/mx.sulong/libs/*.bc").join(':')}"
vm_args << "-Dsulong.DynamicBitcodeLibraries=#{Dir.glob("#{graal_home}/mxbuild/projects/com.oracle.truffle.llvm.libraries/bin/*.bc").join(':')}"
end
options = []
else
Expand Down

0 comments on commit 3dd230c

Please sign in to comment.