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 5602ec9 commit 863531fCopy full SHA for 863531f
clang/test/Modules/pch-shared-module.c
@@ -1,6 +1,6 @@
1
// rm -rf %t && mkdir %t
2
3
-// RUN: %clang_cc1 -fmodules -emit-module -fmodule-name=mod %S/Inputs/pch-shared-module/module.modulemap -o %t/mod.pcm
+// RUN: %clang_cc1 -fmodules -emit-module -fmodule-related-to-pch -fmodule-name=mod %S/Inputs/pch-shared-module/module.modulemap -o %t/mod.pcm
4
5
// RUN: %clang_cc1 -fmodules -emit-pch %S/Inputs/pch-shared-module/pch.h -o %t/pch.h.gch \
6
// RUN: -fmodule-file=%t/mod.pcm -fmodule-map-file=%S/Inputs/pch-shared-module/module.modulemap
0 commit comments