Displaying 2 results from an estimated 2 matches for "nsnumber".
Did you mean:
isnumber
2011 Jan 13
0
[LLVMdev] How to define a global variable?
On 12 January 2011 23:38, Rob Nikander <rob.nikander at gmail.com> wrote:
> I have to pass something from the LinkageTypes enum to the
> constructor. I tried others, like GlobalVariable::InternalLinkage,
> which dumps as "internal global" but the error was the same.
To be honest, your IR is a bit odd. I'm not a JIT expert, but here are
a few things that will help you
2011 Jan 12
2
[LLVMdev] How to define a global variable?
On Wed, Jan 12, 2011 at 6:08 PM, Renato Golin <rengolin at systemcall.org> wrote:
> On 12 January 2011 22:28, Rob Nikander <rob.nikander at gmail.com> wrote:
>> @x = external global %0*
>
> Hi Rob,
>
> Try removing the 'extern', as it implies the variable storage is
> elsewhere (ie. another object file).
>
I have to pass something from the