================ @@ -172,6 +172,7 @@ def parseScript(test, preamble): f"{compileFlags} " "-Wno-reserved-module-identifier -Wno-reserved-user-defined-literal " "-fmodule-file=std=%T/std.pcm " # The std.compat module imports std. + "-fexperimental-modules-reduced-bmi " ---------------- ldionne wrote:
Is the intent to have people using a `-fexperimental-foo` flag whenever they compile with C++20 modules enabled? https://github.com/llvm/llvm-project/pull/114382 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits