c++llvmembedded-language

How to embed LLVM?


The LLVM Core project consists of:

How can I embed the VM to a C++ application?


Solution

  • Take a look at the HowToUseJIT example in LLVM.