[libcxx-commits] [libcxx] [libc++] Reenable codecvt in the dylib. (PR #73679)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 15:26:53 PST 2023
ldionne wrote:
> > Here's a random run that succeeded with that bot: https://buildkite.com/llvm-project/libcxx-ci/builds/31767#018bfa05-2b78-4a7e-92c1-ff46e2e9fd9a. The bot has been using the same configuration for a while. We're having some infra-related issues with the bots so I didn't provide a link to the job for this specific patch, which failed spuriously.
>
> I just checked all 4 clang-cl bots (since this bug only happens on building windows runtime), all of them uses the clang-cl from path `C:\Program Files\LLVM\bin\clang-cl.exe`. They do not seem to build the ToT clang from source.
Ah, that's right, our bootstrapping build job runs on Linux. But regardless, I am really surprised that this type of issue would be caused by the version of Clang in use. Did you folks figure out the exact reason for the failure?
https://github.com/llvm/llvm-project/pull/73679
More information about the libcxx-commits
mailing list