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
Context::metadata_string
Describe the Bug Context::metadata_string doc example returns "metadata is expected to be a node.", due to calling InstructionValue::set_metadata
"metadata is expected to be a node."
InstructionValue::set_metadata
To Reproduce
inkwell/src/context.rs
Lines 1970 to 2001 in 69c5a3f
Expected Behavior A working example
LLVM Version (please complete the following information):
Desktop (please complete the following information):
Additional Context Opened an issue since I don't know how to fix it myself (:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Context::metadata_string
doc example returns"metadata is expected to be a node."
, due to callingInstructionValue::set_metadata
To Reproduce
inkwell/src/context.rs
Lines 1970 to 2001 in 69c5a3f
Expected Behavior
A working example
LLVM Version (please complete the following information):
Desktop (please complete the following information):
Additional Context
Opened an issue since I don't know how to fix it myself (:
The text was updated successfully, but these errors were encountered: