Hi<br><br>When using lli on Win32 (vs.net-built), on any non-trivial code, I get the following abort<br><br>ERROR: Program used external function '_alloca' which could not be resolved!<br><br>Checking the assembly from llc, the first alloca call is to allocate local vars in _main. Is this just the state of the code at 
2.0 when built with <a href="http://vs.net">vs.net</a>, or is there something that I've managed to mis-build locally?<br><br>thanks,<br>scott<br>