Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia_type_to_llvm is renamed #172

Closed
thomasfaingnaert opened this issue Mar 4, 2020 · 1 comment
Closed

julia_type_to_llvm is renamed #172

thomasfaingnaert opened this issue Mar 4, 2020 · 1 comment

Comments

@thomasfaingnaert
Copy link

Just a heads up:

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

@thomasfaingnaert
Copy link
Author

Nevermind, didn't see #171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant