go-llvm icon indicating copy to clipboard operation
go-llvm copied to clipboard

Go bindings to LLVM. Used as part of TinyGo.

Results 6 go-llvm issues
Sort by recently updated
recently updated
newest added

This PR is to update the GH actions to install Go before running the normal tests.

If you call `ElementType()` on an opaque pointer, it causes a segfault. Unfortunately there was no way to know you had an opaque pointer on your hands before this change,...

Added few functions to manage intrinsic functions. I'm not sure about where to put them in source and also don't know if they fit your naming convention.

Our program encounters a panic while attempting to print some types of llvm values. It appears that not all TypeKinds are handled here.

I understand that the library allows for the generation of LLVM IR. How can one programmatically compile the IR to machine code?

This needs to be updated once LLVM 19 is released on Homebrew.