vadimcn added a subscriber: vadimcn. vadimcn added a comment. Hi! So apparently LLVM lowers `alloca`'s of large buffers into a call to `_alloca` (makes sense I guess - if the buffer is larger than a page). Why wasn't it added along with `_chkstk`? Is `_alloca` available from some other mingw library?
Repository: rL LLVM http://reviews.llvm.org/D11085 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits