Skip to content

Commit aec8e5b

Browse files
committed
remove libcxx's change
1 parent 6385b2c commit aec8e5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ def parseScript(test, preamble):
172172
f"{compileFlags} "
173173
"-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
174174
"-fmodule-file=std=%T/std.pcm " # The std.compat module imports std.
175-
"-fexperimental-modules-reduced-bmi "
176175
"--precompile -o %T/std.compat.pcm -c %{module-dir}/std.compat.cppm",
177176
)
178177
moduleCompileFlags.extend(
@@ -189,7 +188,6 @@ def parseScript(test, preamble):
189188
"%dbg(MODULE std) %{cxx} %{flags} "
190189
f"{compileFlags} "
191190
"-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal "
192-
"-fexperimental-modules-reduced-bmi "
193191
"--precompile -o %T/std.pcm -c %{module-dir}/std.cppm",
194192
)
195193
moduleCompileFlags.extend(["-fmodule-file=std=%T/std.pcm", "%T/std.pcm"])

0 commit comments

Comments
 (0)