Skip to content

Commit 05eea78

Browse files
committed
CI fixes.
1 parent ede2a4c commit 05eea78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def parseScript(test, preamble):
171171
"%dbg(MODULE std.compat) %{cxx} %{flags} "
172172
f"{compileFlags} "
173173
"-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
174+
"-fmodule-file=std=%T/std.pcm " # The std.compat module imports std.
174175
"--precompile -o %T/std.compat.pcm -c %{module}/std.compat.cppm",
175176
)
176177
moduleCompileFlags.extend(

0 commit comments

Comments
 (0)