LLVMSharp
LLVMSharp copied to clipboard
LLVM bindings for .NET Standard written in C# using ClangSharp
@tannergooding: I see that the ClangSharp project has been updated in a regular basis (and thanks a lot for that), but this one has been lagging behind, unfortunately. I appreciate...
The Kaleidoscope code relating to enabling an optimization API seems to be completely broken in the current state of the library. How should I go about implementing this code under...
## Fixes #225 - Implement libLLVMSharp custom functions ### Changes: - Added `GetFunctionType()` extension method to `LLVMValueRef` - Added `GetReturnType()` extension method to `LLVMValueRef` - Added comprehensive unit tests for...