[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
Wed Nov 27 19:50:30 PST 2024
ChuanqiXu9 wrote:
Oh, I didn't notice libcxx will test with clang17 and clang18 too. Where we didn't introduce reduced bmi. We can't use `-Wno-missing-reduced-bmi` since it won't be recognized by clang17 and clang18.
@ldionne @mordante do you think how can we proceed on this?
https://github.com/llvm/llvm-project/pull/114382
More information about the libcxx-commits
mailing list