|
13 | 13 | // CHECK-NEXT: "command": "{{.*[\\/]}}swift-frontend{{(\.exe)?}}{{.*}}-primary-file {{.*[\\/]}}parseable_output_batch.swift -primary-file {{.*[\\/]}}test.swift -o {{.*[\\/]}}parseable_output_batch.swift.tmp.out -o test.tmp.out -module-name parseable_output_batch -emit-module -emit-module-path {{.*[\\/]}}parseable_output_batch.swift.tmp.swiftmodule -module-name test -emit-module -emit-module-path test.tmp.swiftmodule -frontend-parseable-output",
|
14 | 14 | // CHECK-NEXT: "command_executable": "{{.*[\\/]}}swift{{(-frontend|c)?(\.exe)?}}",
|
15 | 15 | // CHECK-NEXT: "command_arguments": [
|
16 |
| -// CHECK-NEXT: "-target", |
17 |
| -// CHECK-NEXT: "{{.*}}", |
18 |
| -// CHECK-NEXT: "-module-cache-path", |
19 |
| -// CHECK-NEXT: "{{.*[\\/]}}clang-module-cache", |
20 |
| -// CHECK-NEXT: "-sdk", |
21 |
| -// CHECK-NEXT: "{{.*}}.sdk", |
22 |
| -// CHECK-NEXT: "-swift-version", |
23 |
| -// CHECK-NEXT: "4", |
24 |
| -// CHECK-NEXT: "-ignore-module-source-info", |
25 |
| -// CHECK-NEXT: "-typo-correction-limit", |
26 |
| -// CHECK-NEXT: "10", |
27 |
| -// CHECK-NEXT: "-primary-file", |
| 16 | +// CHECK: "-primary-file", |
28 | 17 | // CHECK-NEXT: "{{.*[\\/]}}parseable_output_batch.swift",
|
29 | 18 | // CHECK-NEXT: "-primary-file",
|
30 | 19 | // CHECK-NEXT: "{{.*[\\/]}}parseable_output_batch.swift.tmp\/test.swift",
|
|
70 | 59 | // CHECK-NEXT: "command": "{{.*[\\/]}}swift-frontend{{(\.exe)?}}{{.*}}-primary-file {{.*[\\/]}}parseable_output_batch.swift -primary-file {{.*[\\/]}}test.swift -o {{.*[\\/]}}parseable_output_batch.swift.tmp.out -o test.tmp.out -module-name parseable_output_batch -emit-module -emit-module-path {{.*[\\/]}}parseable_output_batch.swift.tmp.swiftmodule -module-name test -emit-module -emit-module-path test.tmp.swiftmodule -frontend-parseable-output",
|
71 | 60 | // CHECK-NEXT: "command_executable": "{{.*[\\/]}}swift{{(-frontend|c)?(\.exe)?}}",
|
72 | 61 | // CHECK-NEXT: "command_arguments": [
|
73 |
| -// CHECK-NEXT: "-target", |
74 |
| -// CHECK-NEXT: "{{.*}}", |
75 |
| -// CHECK-NEXT: "-module-cache-path", |
76 |
| -// CHECK-NEXT: "{{.*[\\/]}}clang-module-cache", |
77 |
| -// CHECK-NEXT: "-sdk", |
78 |
| -// CHECK-NEXT: "{{.*}}.sdk", |
79 |
| -// CHECK-NEXT: "-swift-version", |
80 |
| -// CHECK-NEXT: "4", |
81 |
| -// CHECK-NEXT: "-ignore-module-source-info", |
82 |
| -// CHECK-NEXT: "-typo-correction-limit", |
83 |
| -// CHECK-NEXT: "10", |
84 |
| -// CHECK-NEXT: "-primary-file", |
| 62 | +// CHECK: "-primary-file", |
85 | 63 | // CHECK-NEXT: "{{.*[\\/]}}parseable_output_batch.swift",
|
86 | 64 | // CHECK-NEXT: "-primary-file",
|
87 | 65 | // CHECK-NEXT: "{{.*[\\/]}}parseable_output_batch.swift.tmp\/test.swift",
|
|
0 commit comments