Lines Matching refs:exe
3 RUN: %build -n --verbose --arch=32 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
6 RUN: %build -n --verbose --arch=64 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
13 X86: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
22 X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj
24 X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
25 X86: compiling foobar.c -> foo.exe-foobar.obj
26 X86: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\cl.exe
27 X86: linking foo.exe-foobar.obj -> foo.exe
28 X86: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\link.exe
41 X64: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
50 X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj
52 X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
53 X64: compiling foobar.c -> foo.exe-foobar.obj
54 X64: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x64\cl.exe
55 X64: linking foo.exe-foobar.obj -> foo.exe
56 X64: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x64\link.exe