Displaying 2 results from an estimated 2 matches for "tp52289p52303".
Did you mean:
tp52289p52305
2012 Dec 05
2
[LLVMdev] how to get and modify a global variable inside a module
hi Eduardo,
i got what you did, but it seemed that you modified the Global Variable
list, deleted Global Variable and created new one and added it to the list.
I don't know whether i got it right and for more details, can you get the
main memory address of the Global Variable? or did the iterator provide
method to get this?
thank you very much
--
View this message in context:
2012 Dec 05
0
[LLVMdev] how to get and modify a global variable inside a module
> can you get the
> main memory address of the Global Variable?
That is the point, at the stage I am working, there is no main memory
address. I am not executing the IR code. I am just transforming it for
later execution (actually, later compilation to the real machine and
then execution). Sorry.
Eduardo