[llvm-dev] Execute / Interpret LLVM IR Bitcode
James Courtier-Dutton via llvm-dev
llvm-dev at lists.llvm.org
Tue Aug 28 13:40:17 PDT 2018
Hi,
I know their are various tools that can take LLVM IR Bitcode and JIT
it and execute it.
Is there anything that can do the equivalent but at the LL\VM IR Bitcode level?
So, that for example, I could set some initial conditions, and then
single step through the IR Bitcode function, and pause it and print
out any of the SSA values that I wish?
Kind Regards
James
More information about the llvm-dev
mailing list