[all-commits] [llvm/llvm-project] 20adce: [libc++][ci] Update the Windows toolchains to Clan...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Mar 11 13:01:00 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 20adce87104c242ce92ef173849b1d7d5305e8c5
https://github.com/llvm/llvm-project/commit/20adce87104c242ce92ef173849b1d7d5305e8c5
Author: Martin Storsjö <martin at martin.st>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M .github/workflows/libcxx-build-and-test.yaml
Log Message:
-----------
[libc++][ci] Update the Windows toolchains to Clang 19 (#129232)
This also fixes test failures in the clang-cl build configs that started
a couple days ago. It seems like the failures were triggered by an update
to the base image on the Github provided runners.
There were failures in test/libcxx/system_reserved_names.gen.py, due to
an issue in an Clang intrinsics header (avx512fp16intrin.h); this issue
was observed and fixed for Clang 19 in 6f04f46927c. The test does
#define A SYSTEM_RESERVED_NAME
which clashes with a parameter with the name `A` in that header.
By upgrading the toolchain to Clang 19, we get fixed version of this
intrinsics header.
Also update the llvm-mingw toolchains to a version with Clang 19.1.7.
(cherry picked from commit e6a0ee3d1d12c9c02c1a361109e282d18dd2430c)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list