[llvm-dev] Getting actual value of local variable

Rasha Omar via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 6 13:29:21 PDT 2017


If I have this example:

int a=0, b=0;
a and b are local variables and make any modifications in their values, such as:

a++; b++;
I need to get the value in this line code during running MCJIT. 

I mean by value not Value class, but the actual integer or any type value.




Sent from my iPhone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/bac00ff9/attachment-0001.html>


More information about the llvm-dev mailing list