Nagging: LLVM
These days I am getting familiar with LLVM and its IR language. As a part of this process I try to run some sample codes to see how it works. But guess what? NONE of the samples are working with the current LLVM installation that I have.
I tried https://github.com/paulsmith/getting-started-llvm-c-api first. It does no compile because `jit` is no longer part of LLVM and `LLVMLinkInJIT` is referenced in the source code!
Same issue with https://github.com/benbjohnson/llvm-c-kaleidoscope.
I mean, after 13 years of development, its time to stabilize something and let other USE your product. Isn’t it?