File: toolchain-msvc.test

package info (click to toggle)
llvm-toolchain-9 1%3A9.0.1-16
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 882,436 kB
  • sloc: cpp: 4,167,636; ansic: 714,256; asm: 457,610; python: 155,927; objc: 65,094; sh: 42,856; lisp: 26,908; perl: 7,786; pascal: 7,722; makefile: 6,881; ml: 5,581; awk: 3,648; cs: 2,027; xml: 888; javascript: 381; ruby: 156
file content (62 lines) | stat: -rw-r--r-- 2,180 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
REQUIRES: system-windows, msvc

RUN: %build -n --verbose --arch=32 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
RUN:    | FileCheck --check-prefix=X86 %s

RUN: %build -n --verbose --arch=64 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
RUN:    | FileCheck --check-prefix=X64 %s

X86: Script Arguments:
X86:   Arch: 32
X86:   Compiler: msvc
X86:   Outdir: {{.*}}
X86:   Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
X86:   Nodefaultlib: False
X86:   Opt: none
X86:   Mode: compile
X86:   Clean: True
X86:   Verbose: True
X86:   Dryrun: True
X86:   Inputs: foobar.c
X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foobar.ilk
X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj
X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.pdb
X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
X86: compiling foobar.c -> foo.exe-foobar.obj
X86:   Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\cl.exe
X86: linking foo.exe-foobar.obj -> foo.exe
X86:   Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\link.exe
X86:   Env
X86:     LIB = {{.*}}\ATLMFC\lib\x86
X86:           {{.*}}\lib\x86
X86:           {{.*}}\ucrt\x86
X86:           {{.*}}\um\x86
X86:     PATH = {{.*}}\bin\{{[Hh]ost[Xx]64}}\x64


X64: Script Arguments:
X64:   Arch: 64
X64:   Compiler: msvc
X64:   Outdir: {{.*}}
X64:   Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
X64:   Nodefaultlib: False
X64:   Opt: none
X64:   Mode: compile
X64:   Clean: True
X64:   Verbose: True
X64:   Dryrun: True
X64:   Inputs: foobar.c
X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foobar.ilk
X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj
X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.pdb
X64: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
X64: compiling foobar.c -> foo.exe-foobar.obj
X64:   Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x64\cl.exe
X64: linking foo.exe-foobar.obj -> foo.exe
X64:   Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x64\link.exe
X64:   Env
X64:     LIB = {{.*}}\ATLMFC\lib\x64
X64:           {{.*}}\lib\x64
X64:           {{.*}}\ucrt\x64
X64:           {{.*}}\um\x64
X64:     PATH = {{.*}}\bin\{{[Hh]ost[Xx]64}}\x64