-
Notifications
You must be signed in to change notification settings - Fork 42
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
crucible-llvm-cli: Support for overrides; loading and calling functions #1125
crucible-llvm-cli: Support for overrides; loading and calling functions #1125
Conversation
995b50f
to
03c3b17
Compare
Also exports more low-level helpers from crucible-llvm, suitable for use without an LLVM module at hand.
8fda40b
to
9adc57d
Compare
crux-llvm/test-data/golden/golden/invoke-test.pre-clang16.z3.good
Outdated
Show resolved
Hide resolved
It's possible that this will need a tweak here or there to pass CI, but it's generally ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm broadly in favor of this, although I'm definitely feeling the itch for more documentation.
crux-llvm/test-data/golden/golden/invoke-test.pre-clang16.z3.good
Outdated
Show resolved
Hide resolved
Oh yeah, that's a much better idea :) |
This is in advance of adding syntax for this operation to crucible-llvm-syntax, which shouldn't need to use llvm-pretty's AST. This type is only ever used in diagnostics anyway.
736f2e3
to
81c4f9f
Compare
81c4f9f
to
eeb2e4d
Compare
L.Declare
malloc
insidecrucible-llvm-syntax
L.Type
from the LLVM operation for loading a function handle from a pointermalloc
override