Hello,
I am new with LLVM and i just played around with it for a couple of days.
I generated a bc file with the online compiler on llvm.org and i would like to know if it was possible to load this bc file from a c or c++ program, execute the IR in the bc file with the llvm jit (programmatically in the c program) and get the result back.
Is it possible ? and how ?
Thanks you !