LLVMSharp icon indicating copy to clipboard operation
LLVMSharp copied to clipboard

Update Kaleidoscope Chapters 3, 4 and 5 to use OrcJIT

Open mjsabby opened this issue 10 years ago • 1 comments

Since JIT is no longer available in LLVM 3.6, moving to MCJIT is essential as folks try to run the tutorial and find that it's mysteriously broken.

mjsabby avatar Feb 25 '15 01:02 mjsabby

I suppose we can skip over MCJIT and move to OrcJIT now that it looks like C API support is around the horizon.

mjsabby avatar Sep 08 '15 04:09 mjsabby