[LLVMdev] allocating an array

Owen Anderson resistor at mac.com
Wed Jul 16 11:17:43 PDT 2008


On Jul 16, 2008, at 11:07 AM, HyperQuantum wrote:

> How can I allocate an array with a size that is not known at compile  
> time?
>

Call malloc()?

--Owen



More information about the llvm-dev mailing list