Alberto Barbaro via llvm-dev
2019-Jan-15 13:36 UTC
[llvm-dev] How the argc value at runtime?
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>