[clang] Switch builtin strings to use string tables (PR #118734)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 22:16:38 PST 2024
dyung wrote:
> So, the builder came back up, and is now passing without this landing...
>
> Here is the first build after it came back up: https://lab.llvm.org/buildbot/#/builders/46/builds/9173
>
> And I went through the output and found a specific test that was failing, and it seems to pass?
>
> ```
> PASS: Clang :: AST/builtins-arm-strex-rettype.c (433 of 81898)
> ```
>
> It looks like the builder is now using MSVC version 14.29.30133 -- so that might explain it. This maybe means that there is some issue with later patch releases of 14.28 (in Visual Studio v16.9 as I understand it)?
>
> Are all of your builders OK moving to 14.29 (Visual Studio 16.11 from my reading)?
That was a mistake. I originally was going to update the build bot to a later version of Visual Studio as while it wouldn't match our internal configuration, it was still useful to have some Windows coverage of the components we build/test. I then changed my mind and was just going to restore the original configuration (and thought I had) but had accidentally replaced the compiler with a newer version. I'm going to put the original one back.
I have started the process to try and upgrade the version we are using internally, but that will likely take a while.
https://github.com/llvm/llvm-project/pull/118734
More information about the cfe-commits
mailing list