File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// Scan dependencies of the PCH:
9
9
//
10
- // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_pch.json > %t/cdb .json
11
- // RUN: clang-scan-deps -compilation-database %t/cdb .json -format experimental-full \
10
+ // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_pch.json > %t/cdb_pch .json
11
+ // RUN: clang-scan-deps -compilation-database %t/cdb_pch .json -format experimental-full \
12
12
// RUN: -module-files-dir %t/build > %t/result_pch.json
13
13
// RUN: cat %t/result_pch.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t -check-prefix=CHECK-PCH
14
14
//
94
94
95
95
// Scan dependencies of the TU:
96
96
//
97
- // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu.json > %t/cdb .json
98
- // RUN: clang-scan-deps -compilation-database %t/cdb .json -format experimental-full \
97
+ // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu.json > %t/cdb_tu .json
98
+ // RUN: clang-scan-deps -compilation-database %t/cdb_tu .json -format experimental-full \
99
99
// RUN: -module-files-dir %t/build > %t/result_tu.json
100
100
// RUN: cat %t/result_tu.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t -check-prefix=CHECK-TU
101
101
//
142
142
143
143
// Scan dependencies of the TU that has common modules with the PCH:
144
144
//
145
- // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu_with_common.json > %t/cdb .json
146
- // RUN: clang-scan-deps -compilation-database %t/cdb .json -format experimental-full \
145
+ // RUN: sed "s|DIR|%/t|g" %S/Inputs/modules-pch/cdb_tu_with_common.json > %t/cdb_tu_with_common .json
146
+ // RUN: clang-scan-deps -compilation-database %t/cdb_tu_with_common .json -format experimental-full \
147
147
// RUN: -module-files-dir %t/build > %t/result_tu_with_common.json
148
148
// RUN: cat %t/result_tu_with_common.json | sed 's:\\\\\?:/:g' | FileCheck %s -DPREFIX=%/t -check-prefix=CHECK-TU-WITH-COMMON
149
149
//
You can’t perform that action at this time.
0 commit comments