Comment on Learning Almost Nothing About LLVMComments−mathgenius5yThe python numba people learnt this lesson also: forget about the C++ api, just emit the (text) IR directly and feed that into LLVM.
Comments
The python numba people learnt this lesson also: forget about the C++ api, just emit the (text) IR directly and feed that into LLVM.