[PATCH] chkstk for Windows

Michael Liao michael.liao at intel.com
Wed Oct 23 13:28:41 PDT 2013


Just curious, is there ELF support on Windows? or just special usage?

Thanks
- Michael

On Wed, 2013-10-23 at 21:51 +0300, Yaron Keren wrote:
> Calling _chkstk is required on ELF as well as COFF on Windows. Without
> _chkstk functions requiring large stack crash in initialization code.
> Previous code tested for COFF format but not Mach-O and this patch
> modifies the code to test for Windows OS.
> 
> 
> 
> Credits to Andrew MacPherson.
> 
> 
> Yaron
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list