We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b75e8d commit 9f1932bCopy full SHA for 9f1932b
clang/test/Modules/pch-in-module-units.cppm
@@ -6,7 +6,7 @@
6
// RUN: split-file %s %t
7
//
8
// RUN: %clang_cc1 -std=c++20 -emit-reduced-module-interface %t/A.cppm \
9
-// RUN: -o %t/A.pcm -fskip-odr-check-in-gmf
+// RUN: -o %t/A.pcm -fskip-odr-check-in-gmf -fmodule-related-to-pch
10
// RUN: %clang_cc1 -std=c++20 -DDIFF -x c++-header %t/foo.h \
11
// RUN: -emit-pch -o %t/foo.pch -fskip-odr-check-in-gmf
12
// RUN: %clang_cc1 -std=c++20 %t/B.cppm -fmodule-file=A=%t/A.pcm -include-pch \
0 commit comments