Skip to content

Commit 5f53d28

Browse files
committed
Revert "[clang-scan-deps] Support clang-cl"
Reverting, as it breaks build on mac. This reverts commit 640ad76.
1 parent e814013 commit 5f53d28

25 files changed

+31
-319
lines changed

clang/test/ClangScanDeps/Inputs/has_include_if_elif.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -E DIR/has_include_if_elif2.cpp -IInputs",
55
"file": "DIR/has_include_if_elif2.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /E DIR/has_include_if_elif2_clangcl.cpp /IInputs",
10-
"file": "DIR/has_include_if_elif2_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/Inputs/header_stat_before_open_cdb.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -E DIR/header_stat_before_open_input.m -iframework Inputs/frameworks",
55
"file": "DIR/header_stat_before_open_input.m"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /E DIR/header_stat_before_open_input_clangcl.m -Xclang -iframework -Xclang Inputs/frameworks",
10-
"file": "DIR/header_stat_before_open_input_clangcl.m"
116
}
127
]

clang/test/ClangScanDeps/Inputs/headerwithdirname.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -c -IDIR -IDIR/foodir -IInputs DIR/headerwithdirname_input.cpp",
55
"file": "DIR/headerwithdirname_input.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /c /IDIR /IDIR/foodir -IInputs DIR/headerwithdirname_input_clangcl.cpp",
10-
"file": "DIR/headerwithdirname_input_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/Inputs/headerwithdirnamefollowedbyinclude.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -c -IDIR -IInputs DIR/headerwithdirname_input.cpp",
55
"file": "DIR/headerwithdirname_input.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /c /IDIR /IInputs DIR/headerwithdirname_input_clangcl.cpp",
10-
"file": "DIR/headerwithdirname_input_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/Inputs/modules_cdb_clangcl.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

clang/test/ClangScanDeps/Inputs/no-werror.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -E DIR/no-werror_input.cpp -IInputs -std=c++17 -Weverything -Werror",
55
"file": "DIR/no-werror.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /E DIR/no-werror_input_clangcl.cpp /IInputs /std:c++17 -Weverything -Werror",
10-
"file": "DIR/no-werror_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/Inputs/regular_cdb_clangcl.json

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[
22
{
33
"directory": "DIR",
4-
"command": "clang --analyze DIR/static-analyzer_clang.c",
5-
"file": "DIR/static-analyzer_clang.c"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl --analyze DIR/static-analyzer_clangcl.c",
10-
"file": "DIR/static-analyzer_clangcl.c"
4+
"command": "clang --analyze DIR/static-analyzer.c",
5+
"file": "DIR/static-analyzer.c"
116
}
127
]

clang/test/ClangScanDeps/Inputs/strip_diag_serialize.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -E -fsyntax-only DIR/strip_diag_serialize_input.cpp --serialize-diagnostics /does/not/exist",
55
"file": "DIR/strip_diag_serialize_input.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /E DIR/strip_diag_serialize_input_clangcl.cpp --serialize-diagnostics A:/does/not/exist",
10-
"file": "DIR/strip_diag_serialize_input_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/Inputs/target-filename-cdb.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -18,50 +18,5 @@
1818
"directory": "DIR",
1919
"command": "clang -E DIR/target-filename_input.cpp -o first.o -o last.o",
2020
"file": "DIR/target-filename_input.cpp"
21-
},
22-
{
23-
"directory": "DIR",
24-
"command": "clang-cl /E DIR/target-filename_input.cpp",
25-
"file": "DIR/target-filename_input.cpp"
26-
},
27-
{
28-
"directory": "DIR",
29-
"command": "clang-cl /E DIR/target-filename_input.cpp -o clangcl-a.o",
30-
"file": "DIR/target-filename_input.cpp"
31-
},
32-
{
33-
"directory": "DIR",
34-
"command": "clang-cl /E DIR/target-filename_input.cpp -oclangcl-b.o",
35-
"file": "DIR/target-filename_input.cpp"
36-
},
37-
{
38-
"directory": "DIR",
39-
"command": "clang-cl /E DIR/target-filename_input.cpp /o clangcl-c.o",
40-
"file": "DIR/target-filename_input.cpp"
41-
},
42-
{
43-
"directory": "DIR",
44-
"command": "clang-cl /E DIR/target-filename_input.cpp /oclangcl-d.o",
45-
"file": "DIR/target-filename_input.cpp"
46-
},
47-
{
48-
"directory": "DIR",
49-
"command": "clang-cl /E DIR/target-filename_input.cpp /Foclangcl-e.o",
50-
"file": "DIR/target-filename_input.cpp"
51-
},
52-
{
53-
"directory": "DIR",
54-
"command": "clang-cl /E DIR/target-filename_input.cpp -o clangcl-firstf.o -o clangcl-lastf.o",
55-
"file": "DIR/target-filename_input.cpp"
56-
},
57-
{
58-
"directory": "DIR",
59-
"command": "clang-cl /E DIR/target-filename_input.cpp /oclangcl-firstg.o /Foclangcl-lastg.o",
60-
"file": "DIR/target-filename_input.cpp"
61-
},
62-
{
63-
"directory": "DIR",
64-
"command": "clang-cl /E DIR/target-filename_input.cpp /Foclangcl-firsth.o -o clangcl-midh.o /oclangcl-lasth.o",
65-
"file": "DIR/target-filename_input.cpp"
6621
}
6722
]

clang/test/ClangScanDeps/Inputs/vfsoverlay_cdb.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"directory": "DIR",
44
"command": "clang -E DIR/vfsoverlay_input.cpp -IInputs -ivfsoverlay DIR/vfsoverlay.yaml",
55
"file": "DIR/vfsoverlay_input.cpp"
6-
},
7-
{
8-
"directory": "DIR",
9-
"command": "clang-cl /E DIR/vfsoverlay_input_clangcl.cpp /IInputs -Xclang -ivfsoverlay -Xclang DIR/vfsoverlay.yaml",
10-
"file": "DIR/vfsoverlay_input_clangcl.cpp"
116
}
127
]

clang/test/ClangScanDeps/error.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
33
// RUN: mkdir -p %t.dir
44
// RUN: cp %s %t.dir/regular_cdb_input.cpp
55
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/regular_cdb.json > %t.cdb
6-
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/regular_cdb_clangcl.json > %t_clangcl.cdb
76
//
87
// RUN: not clang-scan-deps -compilation-database %t.cdb -j 1 2>%t.dir/errs
98
// RUN: echo EOF >> %t.dir/errs
109
// RUN: FileCheck %s --input-file %t.dir/errs
1110

12-
// RUN: not clang-scan-deps -compilation-database %t_clangcl.cdb -j 1 2>%t.dir/errs_clangcl
13-
// RUN: echo EOF >> %t.dir/errs_clangcl
14-
// RUN: FileCheck %s --input-file %t.dir/errs_clangcl
15-
1611
#include "missing.h"
1712

1813
// CHECK: Error while scanning dependencies

clang/test/ClangScanDeps/has_include_if_elif.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: rm -rf %t.cdb
33
// RUN: mkdir -p %t.dir
44
// RUN: cp %s %t.dir/has_include_if_elif2.cpp
5-
// RUN: cp %s %t.dir/has_include_if_elif2_clangcl.cpp
65
// RUN: mkdir %t.dir/Inputs
76
// RUN: cp %S/Inputs/header.h %t.dir/Inputs/header.h
87
// RUN: cp %S/Inputs/header.h %t.dir/Inputs/header2.h
@@ -37,9 +36,3 @@
3736
// CHECK-NEXT: Inputs{{/|\\}}header2.h
3837
// CHECK-NEXT: Inputs{{/|\\}}header3.h
3938
// CHECK-NEXT: Inputs{{/|\\}}header4.h
40-
41-
// CHECK: has_include_if_elif2_clangcl.cpp
42-
// CHECK-NEXT: Inputs{{/|\\}}header.h
43-
// CHECK-NEXT: Inputs{{/|\\}}header2.h
44-
// CHECK-NEXT: Inputs{{/|\\}}header3.h
45-
// CHECK-NEXT: Inputs{{/|\\}}header4.h

clang/test/ClangScanDeps/header_stat_before_open.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: rm -rf %t.cdb
33
// RUN: mkdir -p %t.dir
44
// RUN: cp %s %t.dir/header_stat_before_open_input.m
5-
// RUN: cp %s %t.dir/header_stat_before_open_input_clangcl.m
65
// RUN: mkdir %t.dir/Inputs
76
// RUN: cp -R %S/Inputs/frameworks %t.dir/Inputs/frameworks
87
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/header_stat_before_open_cdb.json > %t.cdb
@@ -17,8 +16,3 @@
1716
// CHECK-NEXT: header_stat_before_open_input.m
1817
// CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}Headers{{/|\\}}Framework.h
1918
// CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}PrivateHeaders{{/|\\}}PrivateHeader.h
20-
21-
// CHECK: header_stat_before_open_input_clangcl.o
22-
// CHECK-NEXT: header_stat_before_open_input_clangcl.m
23-
// CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}Headers{{/|\\}}Framework.h
24-
// CHECK-NEXT: Inputs{{/|\\}}frameworks{{/|\\}}Framework.framework{{/|\\}}PrivateHeaders{{/|\\}}PrivateHeader.h

clang/test/ClangScanDeps/headerwithdirname.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: mkdir -p %t.dir
55
// RUN: mkdir -p %t.dir/foodir
66
// RUN: cp %s %t.dir/headerwithdirname_input.cpp
7-
// RUN: cp %s %t.dir/headerwithdirname_input_clangcl.cpp
87
// RUN: mkdir %t.dir/Inputs
98
// RUN: cp %S/Inputs/foodir %t.dir/Inputs/foodir
109
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/headerwithdirname.json > %t.cdb
@@ -16,7 +15,3 @@
1615
// CHECK: headerwithdirname_input.o
1716
// CHECK-NEXT: headerwithdirname_input.cpp
1817
// CHECK-NEXT: Inputs{{/|\\}}foodir
19-
20-
// CHECK: headerwithdirname_input_clangcl.o
21-
// CHECK-NEXT: headerwithdirname_input_clangcl.cpp
22-
// CHECK-NEXT: Inputs{{/|\\}}foodir

clang/test/ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
// RUN: cp %S/Inputs/header.h %t.dir/foodir/foodirheader.h
99
// RUN: cp %s %t.dir/headerwithdirname_input.cpp
10-
// RUN: cp %s %t.dir/headerwithdirname_input_clangcl.cpp
1110
// RUN: mkdir %t.dir/Inputs
1211
// RUN: cp %S/Inputs/foodir %t.dir/Inputs/foodir
1312
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/headerwithdirnamefollowedbyinclude.json > %t.cdb
@@ -20,7 +19,3 @@
2019
// CHECK: headerwithdirname_input.o
2120
// CHECK-NEXT: headerwithdirname_input.cpp
2221
// CHECK-NEXT: Inputs{{/|\\}}foodir
23-
24-
// CHECK: headerwithdirname_input_clangcl.o
25-
// CHECK-NEXT: headerwithdirname_input_clangcl.cpp
26-
// CHECK-NEXT: Inputs{{/|\\}}foodir

clang/test/ClangScanDeps/modules-full.cpp

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@
88
// RUN: cp %S/Inputs/header2.h %t.dir/Inputs/header2.h
99
// RUN: cp %S/Inputs/module.modulemap %t.dir/Inputs/module.modulemap
1010
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/modules_cdb.json > %t.cdb
11-
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/modules_cdb_clangcl.json > %t_clangcl.cdb
1211
//
1312
// RUN: echo %t.dir > %t.result
1413
// RUN: clang-scan-deps -compilation-database %t.cdb -j 4 -full-command-line \
1514
// RUN: -mode preprocess-minimized-sources -format experimental-full >> %t.result
1615
// RUN: cat %t.result | sed 's/\\/\//g' | FileCheck --check-prefixes=CHECK %s
1716

18-
// RUN: echo %t.dir > %t_clangcl.result
19-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 4 -full-command-line \
20-
// RUN: -mode preprocess-minimized-sources -format experimental-full >> %t_clangcl.result
21-
// RUN: cat %t_clangcl.result | sed 's/\\/\//g' | FileCheck --check-prefixes=CHECK %s
22-
2317
// FIXME: Backslash issues.
2418
// XFAIL: system-windows
2519

@@ -39,7 +33,7 @@
3933
// CHECK-NEXT: "command-line": [
4034
// CHECK-NEXT: "-fno-implicit-modules",
4135
// CHECK-NEXT: "-fno-implicit-module-maps",
42-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H1]]/header2-{{[A-Z0-9]+}}.pcm",
36+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H1]]/header2-{{[A-Z0-9]+}}.pcm",
4337
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap"
4438
// CHECK-NEXT: ],
4539
// CHECK-NEXT: "context-hash": "[[CONTEXT_HASH_H1]]",
@@ -90,7 +84,7 @@
9084
// CHECK-NEXT: "command-line": [
9185
// CHECK-NEXT: "-fno-implicit-modules",
9286
// CHECK-NEXT: "-fno-implicit-module-maps",
93-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
87+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
9488
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap"
9589
// CHECK-NEXT: ],
9690
// CHECK-NEXT: "file-deps": [
@@ -109,7 +103,7 @@
109103
// CHECK-NEXT: "command-line": [
110104
// CHECK-NEXT: "-fno-implicit-modules",
111105
// CHECK-NEXT: "-fno-implicit-module-maps",
112-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
106+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
113107
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap"
114108
// CHECK-NEXT: ],
115109
// CHECK-NEXT: "file-deps": [
@@ -128,7 +122,7 @@
128122
// CHECK-NEXT: "command-line": [
129123
// CHECK-NEXT: "-fno-implicit-modules",
130124
// CHECK-NEXT: "-fno-implicit-module-maps",
131-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
125+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H2]]/header1-{{[A-Z0-9]+}}.pcm",
132126
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap"
133127
// CHECK-NEXT: ],
134128
// CHECK-NEXT: "file-deps": [
@@ -147,9 +141,9 @@
147141
// CHECK-NEXT: "command-line": [
148142
// CHECK-NEXT: "-fno-implicit-modules",
149143
// CHECK-NEXT: "-fno-implicit-module-maps",
150-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H1]]/header2-{{[A-Z0-9]+}}.pcm",
144+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H1]]/header2-{{[A-Z0-9]+}}.pcm",
151145
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap",
152-
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache{{(_clangcl)?}}/[[CONTEXT_HASH_H1]]/header1-{{[A-Z0-9]+}}.pcm",
146+
// CHECK-NEXT: "-fmodule-file=[[PREFIX]]/module-cache/[[CONTEXT_HASH_H1]]/header1-{{[A-Z0-9]+}}.pcm",
153147
// CHECK-NEXT: "-fmodule-map-file=[[PREFIX]]/Inputs/module.modulemap"
154148
// CHECK-NEXT: ],
155149
// CHECK-NEXT: "file-deps": [

clang/test/ClangScanDeps/modules.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: rm -rf %t.dir
22
// RUN: rm -rf %t.cdb
3-
// RUN: rm -rf %t_clangcl.cdb
43
// RUN: rm -rf %t.module-cache
5-
// RUN: rm -rf %t.module-cache_clangcl
64
// RUN: mkdir -p %t.dir
75
// RUN: cp %s %t.dir/modules_cdb_input.cpp
86
// RUN: cp %s %t.dir/modules_cdb_input2.cpp
@@ -11,12 +9,9 @@
119
// RUN: cp %S/Inputs/header2.h %t.dir/Inputs/header2.h
1210
// RUN: cp %S/Inputs/module.modulemap %t.dir/Inputs/module.modulemap
1311
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/modules_cdb.json > %t.cdb
14-
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/modules_cdb_clangcl.json > %t_clangcl.cdb
1512
//
1613
// RUN: clang-scan-deps -compilation-database %t.cdb -j 1 -mode preprocess-minimized-sources | \
1714
// RUN: FileCheck --check-prefixes=CHECK1,CHECK2,CHECK2NO %s
18-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 1 -mode preprocess-minimized-sources | \
19-
// RUN: FileCheck --check-prefixes=CHECK1,CHECK2,CHECK2NO %s
2015
//
2116
// The output order is non-deterministic when using more than one thread,
2217
// so check the output using two runs. Note that the 'NOT' check is not used
@@ -25,20 +20,12 @@
2520
//
2621
// RUN: clang-scan-deps -compilation-database %t.cdb -j 2 -mode preprocess-minimized-sources | \
2722
// RUN: FileCheck --check-prefix=CHECK1 %s
28-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 2 -mode preprocess-minimized-sources | \
29-
// RUN: FileCheck --check-prefix=CHECK1 %s
3023
// RUN: clang-scan-deps -compilation-database %t.cdb -j 2 -mode preprocess | \
3124
// RUN: FileCheck --check-prefix=CHECK1 %s
32-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 2 -mode preprocess | \
33-
// RUN: FileCheck --check-prefix=CHECK1 %s
3425
// RUN: clang-scan-deps -compilation-database %t.cdb -j 2 -mode preprocess-minimized-sources | \
3526
// RUN: FileCheck --check-prefix=CHECK2 %s
36-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 2 -mode preprocess-minimized-sources | \
37-
// RUN: FileCheck --check-prefix=CHECK2 %s
3827
// RUN: clang-scan-deps -compilation-database %t.cdb -j 2 -mode preprocess | \
3928
// RUN: FileCheck --check-prefix=CHECK2 %s
40-
// RUN: clang-scan-deps -compilation-database %t_clangcl.cdb -j 2 -mode preprocess | \
41-
// RUN: FileCheck --check-prefix=CHECK2 %s
4229

4330
#include "header.h"
4431

clang/test/ClangScanDeps/no-werror.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: rm -rf %t.cdb
33
// RUN: mkdir -p %t.dir
44
// RUN: cp %s %t.dir/no-werror_input.cpp
5-
// RUN: cp %s %t.dir/no-werror_input_clangcl.cpp
65
// RUN: mkdir %t.dir/Inputs
76
// RUN: cp %S/Inputs/sys-header.h %t.dir/Inputs/sys-header.h
87
// RUN: sed -e "s|DIR|%/t.dir|g" %S/Inputs/no-werror.json > %t.cdb
@@ -15,6 +14,3 @@
1514

1615
// CHECK: no-werror_input.cpp
1716
// CHECK-NEXT: Inputs{{/|\\}}sys-header.h
18-
19-
// CHECK: no-werror_input_clangcl.cpp
20-
// CHECK-NEXT: Inputs{{/|\\}}sys-header.h

0 commit comments

Comments
 (0)