You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
llvmsharp_Function_getFunctionType
llvmsharp_Function_getReturnType
I've been working on an IR -> CIL translation project, and these two methods have helped a lot.
The text was updated successfully, but these errors were encountered:
As I mentioned in #222, I have interest in expanding the C# API, which requires a custom library similar to
libClangSharp
, ielibLLVMSharp
. 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:
llvmsharp_Function_getFunctionType
llvmsharp_Function_getReturnType
I've been working on an IR -> CIL translation project, and these two methods have helped a lot.
The text was updated successfully, but these errors were encountered: