Displaying 3 results from an estimated 3 matches for "tp28519938p28543259".
2010 May 12
0
[LLVMdev] How to create Global Variables using LLVM API?
Hi subramanyam,
> Actually, the signature of the constructor given in the online documentation
> is different from the actual source code.
which bit of the documentation? Any chance of a patch that fixes it?
Ciao,
Duncan.
2010 May 13
1
[LLVMdev] How to create Global Variables using LLVM API?
...__________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/How-to-create-Global-Variables-using-LLVM-API--tp28519938p28543259.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 May 12
2
[LLVMdev] How to create Global Variables using LLVM API?
Thanks. It works.
Actually, the signature of the constructor given in the online documentation
is different from the actual source code.
Nick Lewycky wrote:
>
> subramanyam wrote:
>>
>> I am new to LLVM API. and I am experimenting with it.
>> I want to create Global Variables in a module.
>> I am able to create local variables using IRBuilder class. I tried using