❔ LLVM problem with creating number
var res = VisitNumber(ctx, new("10")).Item2;
for some reason the result is
{i0 0}
Any ideas why?5 Replies
How is
CreateConstIntOfString
implemented? Is this something you made yourself or an existing library?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.its from LLVMSharp library
GitHub
LLVMSharp/sources/LLVMSharp.Interop/Extensions/LLVMValueRef.cs at 4...
LLVM bindings for .NET Standard written in C# using ClangSharp - dotnet/LLVMSharp
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.