File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lldb/test/Shell/BuildScript Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN: | FileCheck --check-prefix=64BIT %s
23
23
32BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.pdb
24
24
32BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
25
25
32BIT: compiling foobar.c -> foo.exe-foobar.obj
26
- 32BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x86|arm)}}\cl.EXE
26
+ 32BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x86|arm)}}\cl.{{ EXE|exe}}
27
27
32BIT: linking foo.exe-foobar.obj -> foo.exe
28
- 32BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x86|arm)}}\link.EXE
28
+ 32BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x86|arm)}}\link.{{ EXE|exe}}
29
29
32BIT: Env
30
30
32BIT: LIB = {{.*}}\ATLMFC\lib\{{(x86|arm)}}
31
31
32BIT: {{.*}}\lib\{{(x86|arm)}}
@@ -51,9 +51,9 @@ RUN: | FileCheck --check-prefix=64BIT %s
51
51
64BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.pdb
52
52
64BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
53
53
64BIT: compiling foobar.c -> foo.exe-foobar.obj
54
- 64BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x64|arm64)}}\cl.EXE
54
+ 64BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x64|arm64)}}\cl.{{ EXE|exe}}
55
55
64BIT: linking foo.exe-foobar.obj -> foo.exe
56
- 64BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x64|arm64)}}\link.EXE
56
+ 64BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x64|arm64)}}\link.{{ EXE|exe}}
57
57
64BIT: Env
58
58
64BIT: LIB = {{.*}}\ATLMFC\lib\{{(x64|arm64)}}
59
59
64BIT: {{.*}}\lib\{{(x64|arm64)}}
You can’t perform that action at this time.
0 commit comments