[llvm-dev] How the argc value at runtime?

Alberto Barbaro via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 15 05:36:10 PST 2019


Hi all,
I'm playing with the Interpreter class and I'd like to know how to get the
value of argc at runtime. I can see that something stores i32 %argc, i32*
argc.addr is used and from there argc.addr is used.. I know that argc is an
IntergerTy, but how can get the value at runtime?

Thay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190115/792657ee/attachment.html>


More information about the llvm-dev mailing list