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

LLVMExtra JLL for macOS doesn't contain some functions #413

Closed
maleadt opened this issue Jun 6, 2024 · 2 comments
Closed

LLVMExtra JLL for macOS doesn't contain some functions #413

maleadt opened this issue Jun 6, 2024 · 2 comments

Comments

@maleadt
Copy link
Collaborator

maleadt commented Jun 6, 2024

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.

@tgymnich
Copy link

Is this still reproducible? At which version?

@maleadt
Copy link
Collaborator Author

maleadt commented Aug 12, 2024

Seems to work now. Not sure what changed...

@maleadt maleadt closed this as completed Aug 12, 2024
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

2 participants