@@ -27,7 +27,7 @@ module mod_tu_extra { header "mod_tu_extra.h" }
27
27
28
28
// Clean: scan the PCH.
29
29
// RUN: clang-scan-deps -format experimental-full -o %t/deps_pch_clean.json -- \
30
- // RUN: %clang -x c-header %t/prefix.h -o %t/prefix.h.pch -F %t \
30
+ // RUN: %clang -x c-header %t/prefix.h -o %t/prefix.h.pch \
31
31
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache
32
32
33
33
// Clean: build the PCH.
@@ -38,7 +38,7 @@ module mod_tu_extra { header "mod_tu_extra.h" }
38
38
39
39
// Clean: scan the TU.
40
40
// RUN: clang-scan-deps -format experimental-full -o %t/deps_tu_clean.json -- \
41
- // RUN: %clang -c %t/tu.c -o %t/tu.o -include %t/prefix.h -F %t \
41
+ // RUN: %clang -c %t/tu.c -o %t/tu.o -include %t/prefix.h \
42
42
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache
43
43
// RUN: cat %t/deps_tu_clean.json | sed 's:\\\\\?:/:g' | FileCheck %s --check-prefix=CHECK-TU-CLEAN -DPREFIX=%/t
44
44
// CHECK-TU-CLEAN: {
@@ -94,7 +94,7 @@ module mod_tu_extra { header "mod_tu_extra.h" }
94
94
95
95
// Incremental: scan the PCH.
96
96
// RUN: clang-scan-deps -format experimental-full -o %t/deps_pch_incremental.json -- \
97
- // RUN: %clang -x c-header %t/prefix.h -o %t/prefix.h.pch -F %t \
97
+ // RUN: %clang -x c-header %t/prefix.h -o %t/prefix.h.pch \
98
98
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache
99
99
100
100
// Incremental: build the PCH.
@@ -107,7 +107,7 @@ module mod_tu_extra { header "mod_tu_extra.h" }
107
107
// TU that depend on modules imported from the PCH and discover the
108
108
// new dependency on 'mod_tu_extra'.
109
109
// RUN: clang-scan-deps -format experimental-full -o %t/deps_tu_incremental.json -- \
110
- // RUN: %clang -c %t/tu.c -o %t/tu.o -include %t/prefix.h -F %t \
110
+ // RUN: %clang -c %t/tu.c -o %t/tu.o -include %t/prefix.h \
111
111
// RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache
112
112
// RUN: cat %t/deps_tu_incremental.json | sed 's:\\\\\?:/:g' | FileCheck %s --check-prefix=CHECK-TU-INCREMENTAL -DPREFIX=%/t
113
113
// CHECK-TU-INCREMENTAL: {
0 commit comments