You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/CodeGen/X86/win_chkstk.ll is compiling to "calll _alloca" on 64-bit mingw instead of "callq _alloca". This is probably causing the wrong set of clobbers on the call and other badness.
The text was updated successfully, but these errors were encountered:
Extended Description
test/CodeGen/X86/win_chkstk.ll is compiling to "calll _alloca" on 64-bit mingw instead of "callq _alloca". This is probably causing the wrong set of clobbers on the call and other badness.
The text was updated successfully, but these errors were encountered: