You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this commit we start using 'clang-cl' to build Mozc for Windows
with Bazel.
While the original motivation of switching to 'clang-cl' is that
protobuf is planning to stop supporting cl.exe with bazel build in
protobuf v34 [1], but there is also an on-going build breakage that
happens when combining protobuf and abseil-cpp 20250127.0, which is not
yet fixed [2]. The latter one is more critical for us because more and
more bzlmod dependencies start requiring abseil-cpp 20250127.0 or
higher.
There must be no impact on Windows GYP build.
Closesgoogle#1179.
[1]: protocolbuffers/protobuf#20085
[2]: protocolbuffers/protobuf#20331
0 commit comments