Hi everybody,
I’m working with llvm and I need to execute the llvm interpreter (lli) and get the number of instructions, in the llvm ir form, executed in the code.
This information is very important for me and the -stats of lli dont show it.
How can I do it?
Thank’s
Leonardo M. R.