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.
2 parents 67fdf5e + d5c0f2d commit 324b1daCopy full SHA for 324b1da
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