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
Most of current libcxx presubmit builders uses the host clang, which is the current release version. There is a special bootstraping-build presubmit builder that builds the ToT Clang and used it to build and test libcxx (e.g.). However, this builder only covers the Linux platform and it missed following breaking changes in the past:
10c6d63 and 987087d (which broke llvm-libc++-static-clangcl.cfg.in :: libcxx/fuzzing/random.pass.cpp on Windows)
Most of current libcxx presubmit builders uses the host clang, which is the current release version. There is a special bootstraping-build presubmit builder that builds the ToT Clang and used it to build and test libcxx (e.g.). However, this builder only covers the Linux platform and it missed following breaking changes in the past:
llvm-libc++-static-clangcl.cfg.in :: libcxx/fuzzing/random.pass.cpp
on Windows)chrono.compile.pass.cpp
on Windowslibcxx/selftest/modules/std-and-std.compat-module.sh.cpp
on WindowsBy supporting the Mac and Windows in the bootstraping-build builder, these failures could be caught, reducing downstream disturbances.
The text was updated successfully, but these errors were encountered: