Davide Lettieri
Davide Lettieri
I did some work [here](https://github.com/davidelettieri/Kaleidoscope) supporting up to Chapter 7. I followed a different approach to parsing but LLVM part should be decent.
I created a sample calling C# `Console.WriteLine` and `Console.ReadLine` from LLVM IR. https://github.com/davidelettieri/LLVMSharp.Samples
@vishweshbankwar thanks for checking the issue. The error shows up only when the LogLevel for Microsoft.AspNetCore is `Information` or lower and I accidentally committed the appsettings with level `Warning`. Now...
Not an expert but I investigated a bit your issue and I think it may be related with opaque pointers (https://releases.llvm.org/16.0.0/docs/OpaquePointers.html). Even if it's not, the [migration instructions](https://releases.llvm.org/16.0.0/docs/OpaquePointers.html#migration-instructions) contains some...
It's fine, it was an exercise for me to check the issue. Hopefully someone else might find it useful. Should the issue be closed?
have you tried using version 16.0.6 of libLLVM? `https://www.nuget.org/packages/libLLVM/16.0.6` I think versions of LLVMSharp and libLLVM should be aligned.
By looking at the latest commits on the repo it looks like the pipeline is failing also on master. 
I would like to work on this. Should the two commands be implemented at the same time?