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

Add some missing LLVM::Context bindings #14612

Conversation

ysbaddaden
Copy link
Contributor

I noticed a couple missing bindings in LLVM::Context while playing with a pure Crystal data layout parser + generic ABI to implement alignof, sizeof and offsetof. Namely

  • create f16, f80 and f128 floating point types
  • specify the address space for pointers (might be useful to implement PROGMEM for the AVR target?)

So here they are.

@straight-shoota straight-shoota added this to the 1.13.0 milestone May 23, 2024
@straight-shoota straight-shoota changed the title LLVM: add some missing LLVM::Context bindings Add some missing LLVM::Context bindings May 23, 2024
@straight-shoota straight-shoota merged commit b12f17f into crystal-lang:master May 24, 2024
61 checks passed
@ysbaddaden ysbaddaden deleted the feature/add-some-missing-llvm-context-bindings branch May 24, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants