crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.22k stars 1.61k forks source link

Add some missing `LLVM::Context` bindings #14612

Closed ysbaddaden closed 1 month ago

ysbaddaden commented 1 month ago

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

So here they are.