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
julia>convert(LLVMType, Int32)
ERROR: could not load symbol "julia_type_to_llvm":
./julia: undefined symbol: julia_type_to_llvm
Stacktrace:
[1] convert at /home/tfaingna/.julia/packages/LLVM/5Ogv5/src/interop/base.jl:74 [inlined]
[2] convert(::Type{LLVMType}, ::Type{T}where T) at /home/tfaingna/.julia/packages/LLVM/5Ogv5/src/interop/base.jl:73
[3] top-level scope at REPL[2]:1
JuliaLang/julia#25984 renamed julia_type_to_llvm to jl_type_to_llvm, so this needs to be changed in interop/base.jl
The text was updated successfully, but these errors were encountered:
Just a heads up:
JuliaLang/julia#25984 renamed
julia_type_to_llvm
tojl_type_to_llvm
, so this needs to be changed ininterop/base.jl
The text was updated successfully, but these errors were encountered: