File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ def parseScript(test, preamble):
172
172
f"{ compileFlags } "
173
173
"-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
174
174
"-fmodule-file=std=%T/std.pcm " # The std.compat module imports std.
175
- "-fmodules -reduced-bmi "
175
+ "-fexperimental-modules -reduced-bmi "
176
176
"--precompile -o %T/std.compat.pcm -c %{module-dir}/std.compat.cppm" ,
177
177
)
178
178
moduleCompileFlags .extend (
@@ -189,7 +189,7 @@ def parseScript(test, preamble):
189
189
"%dbg(MODULE std) %{cxx} %{flags} "
190
190
f"{ compileFlags } "
191
191
"-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
192
- "-fmodules -reduced-bmi "
192
+ "-fexperimental-modules -reduced-bmi "
193
193
"--precompile -o %T/std.pcm -c %{module-dir}/std.cppm" ,
194
194
)
195
195
moduleCompileFlags .extend (["-fmodule-file=std=%T/std.pcm" , "%T/std.pcm" ])
You can’t perform that action at this time.
0 commit comments