We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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> using LLVM julia> ctx = Context() LLVM.Context(0x0000600003598090, typed ptrs) julia> LLVM.API.LLVMGetMDNodeNumOperands2(MDString("test")) ERROR: could not load symbol "LLVMGetMDNodeNumOperands2": dlsym(0x84ed7990, LLVMGetMDNodeNumOperands2): symbol not found Stacktrace: [1] LLVMGetMDNodeNumOperands2(MD::MDString) @ LLVM.API ~/Julia/pkg/LLVM/lib/15/libLLVM_extra.jl:142 [2] top-level scope @ REPL[3]:1
I'm not sure how this even passes tests then...
Doesn't happen with a locally-built library.
The text was updated successfully, but these errors were encountered:
Is this still reproducible? At which version?
Sorry, something went wrong.
Seems to work now. Not sure what changed...
No branches or pull requests
I'm not sure how this even passes tests then...
Doesn't happen with a locally-built library.
The text was updated successfully, but these errors were encountered: