http://llvm.org/bugs/show_bug.cgi?id=8919
Summary: LLVM generated code crashes if stack frame > 4k on
MinGW64
Product: libraries
Version: trunk
Platform: PC
OS/Version: other
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=5967)
--> (http://llvm.org/bugs/attachment.cgi?id=5967)
Patch for fixing the above issue.
LLVM incorrectly generates "_alloca" as the stack probing call. That works only
on MinGW32. On 64-bit, the function to call is "__chkstk". I've attached a
patch to fix it.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs