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
I noticed we don't handle pointee_align.
pointee_align
To implement this, look for pointee_align in cg_llvm and implement the same logic in cg_gcc.
cg_llvm
The text was updated successfully, but these errors were encountered:
hey @antoyo can you provide more context on this and i'd like to get on it as soon as possible also, i'm yet to get a review on this pr: #586
Sorry, something went wrong.
I added a bit more context in the top comment. Feel free to ask questions if you need more help.
I've been very busy these past weeks: I should be able to look at this PR by next week if it goes well.
Successfully merging a pull request may close this issue.
I noticed we don't handle
pointee_align
.To implement this, look for
pointee_align
incg_llvm
and implement the same logic in cg_gcc.The text was updated successfully, but these errors were encountered: