[LLVMdev] alloca on Win32
Scott Graham
scott.llvm at h4ck3r.net
Sun Jun 24 11:42:43 PDT 2007
Hi
When using lli on Win32 (vs.net-built), on any non-trivial code, I get the
following abort
ERROR: Program used external function '_alloca' which could not be resolved!
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
vs.net, or is there something that I've managed to mis-build locally?
thanks,
scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070624/8f56f114/attachment.html>
More information about the llvm-dev
mailing list