[all-commits] [llvm/llvm-project] 5cc2ae: [libc++][test] Skip a `is_virtual_base_of` test fo...
A. Jiang via All-commits
all-commits at lists.llvm.org
Sat Mar 15 06:08:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cc2ae0b519065c39df124d46de1ba75d4b144eb
https://github.com/llvm/llvm-project/commit/5cc2ae0b519065c39df124d46de1ba75d4b144eb
Author: A. Jiang <de34 at live.cn>
Date: 2025-03-15 (Sat, 15 Mar 2025)
Changed paths:
M libcxx/test/std/utilities/meta/meta.rel/is_virtual_base_of.pass.cpp
Log Message:
-----------
[libc++][test] Skip a `is_virtual_base_of` test for apple-clang-17 (#131438)
It seems that Apple Clang 17 starts to be used for CI, while it hasn't
supported `__builtin_is_virtual_base_of` yet. And thus we need to skip
the test for `is_virtual_base_of`.
Follows up #131302.
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