You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/.gem/truffleruby/2.6.5/gems/simdjson-0.2.0/vendor/simdjson/singleheader/simdjson.h:527:in `padded_string': External LLVMFunction _ZN8simdjson22allocate_padded_bufferEm cannot be found. (LLVMLinkerException) (RuntimeError)
Translated to internal error
from ~/.gem/truffleruby/2.6.5/gems/simdjson-0.2.0/vendor/simdjson/singleheader/simdjson.h:527:in `padded_string'
from ~/.gem/truffleruby/2.6.5/gems/simdjson-0.2.0/ext/simdjson/simdjson.cpp:60:in `rb_simdjson_parse'
from ~/.rubies/truffleruby-dev/lib/truffle/truffle/cext_ruby.rb:39:in `parse'
from -e:1:in `<main>'
The text was updated successfully, but these errors were encountered:
One idea here is to compile libsimdjson with the toolchain as well, which seems to work by adding the toolchain's bin to the PATH. That leads to some parse error though at runtime:
The processor is not supported by simdjson.
lib/truffle/truffle/cext.rb:1268:in `rb_exc_raise': parse error (Simdjson::ParseError)
from src/main/c/cext/ruby.c:2114:in `rb_exc_raise'
from lib/gems/gems/simdjson-0.2.0/ext/simdjson/simdjson.cpp:63:in `rb_simdjson_parse'
from lib/truffle/truffle/cext_ruby.rb:39:in `parse'
from -e:1:in `<main>'
To reproduce:
Error:
The text was updated successfully, but these errors were encountered: