[libcxx-commits] [clang] [libcxx] [C++20] [Modules] Convert '-fexperimental-modules-reduced-bmi' to '-fmodules-reduced-bmi' (PR #114382)

Chuanqi Xu via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 9 22:54:45 PST 2024


================
@@ -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


More information about the libcxx-commits mailing list