Displaying 2 results from an estimated 2 matches for "b48f1bf3".
2012 Mar 12
0
[LLVMdev] LLI Segfaulting
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120312/b48f1bf3/attachment.html>
2012 Mar 12
2
[LLVMdev] LLI Segfaulting
Hi Gavin,
Do you mean something along the lines of having my array struct as { i32,
i32* } and then indexing it with a gep and allocating the appropriate memory
when I learn of it?
Thanks,
Fraser
Gavin Harrison-2 wrote:
>
> Hi Fraser,
>
> Is there anything preventing you from using a pointer for the second part
> of the structure and allocating memory for it later?
>
>