dotnet / LLVMSharp

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

Ensure that LLVMTypeRef passes parameters down properly #135

Closed tannergooding closed 4 years ago

tannergooding commented 4 years ago

This resolves #134. LLVMTypeRef had three methods which were adding an additional indirection where it was not needed.