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 a004509 commit d5c0f2dCopy full SHA for d5c0f2d
clang/test/Modules/named-module-with-fmodules.cppm
@@ -7,7 +7,7 @@
7
// RUN: split-file %s %t
8
9
// RUN: %clang -std=c++23 -fmodules -fmodule-map-file=%t/module.modulemap \
10
-// RUN: --precompile %t/A.cppm -o %t/A.pcm
+// RUN: -fmodules-cache-path=%t --precompile %t/A.cppm -o %t/A.pcm
11
12
//--- module.modulemap
13
module foo { header "foo.h" }
0 commit comments