Open
Description
Description of the problem:
As the protobuf team is planning to stop supporting the combination of Bazel and cl.exe
and start recommending clang-cl.exe
as the alternative, our project (https://github.com/google/mozc) is reviewing what are potential brokers when migrating from cl.exe
to clang-cl.exe
.
One thing I noticed is that rules_cc
as of 0.0.17 doesn't look to offer a clang-cl
toolchain to build x86 (32-bit) binaries.
rules_cc/cc/private/toolchain/BUILD.windows.tpl
Lines 73 to 98 in a116227
It would be really nice if rules_cc
can provide a clang-cl
toolchain to build x86 (32-bit) binaries.
Metadata
Metadata
Assignees
Labels
No labels