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

saw-script needs a way to specify arrays of pointers in LLVMSetup blocks #176

Closed
brianhuffman opened this issue Feb 8, 2017 · 1 comment

Comments

@brianhuffman
Copy link
Contributor

The llvm_array function expects the element type to be given as a LLVMType value. However, no function is provided for creating an LLVMType for pointers.

A related problem is that the llvm_ptr command can only specify pointers that are accessible via a sequence of pointer dereferences and struct member lookups; we can't express array indexing.

@atomb
Copy link
Contributor

atomb commented May 3, 2017

We now have a way to do this with Crucible. It doesn't work with LSS.

brianhuffman pushed a commit that referenced this issue Apr 26, 2021
Remove the dodgy `eq` saw-core primitive
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