================
@@ -188,6 +189,7 @@ def parseScript(test, preamble):
             "%dbg(MODULE std) %{cxx} %{flags} "
             f"{compileFlags} "
             "-Wno-reserved-module-identifier 
-Wno-reserved-user-defined-literal "
+            "-fexperimental-modules-reduced-bmi "
----------------
ChuanqiXu9 wrote:

Yeah, so I'd like to accept @mizvekov 's suggestion to not emit the warning

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

Reply via email to