dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
844 stars 97 forks source link

libLLVMSharp #225

Open ds5678 opened 4 months ago

ds5678 commented 4 months ago

As I mentioned in #222, I have interest in expanding the C# API, which requires a custom library similar to libClangSharp, ie libLLVMSharp. Do you have any guidance about how you want that implemented and what you want it to contain?

So far, my implementation is fairly bare-bones. I added two methods:

I've been working on an IR -> CIL translation project, and these two methods have helped a lot.