Lines Matching +full:mingw32 +full:- +full:make
1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32
2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64
3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -code-model=large | FileCheck %s -check-prefix=WIN64_LARGE
4 ; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32
5 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X64
6 ; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s -check-prefix=LINUX
7 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX
11 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer.
12 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit
24 ; LINUX-NOT: call __chkstk
29 ; Make sure we don't call __chkstk or __alloca when we have less than a 4096 stack
34 ; WIN_X32-NOT: calll __chkstk
38 ; WIN_X64-NOT: callq __chkstk
42 ; MINGW_X64-NOT: callq ___chkstk_ms
46 ; LINUX-NOT: call __chkstk
52 ; Make sure we don't call __chkstk or __alloca on non-Windows even if the
62 ; LINUX-NOT: call __chkstk