Skip to content

Commit 55bd6fb

Browse files
authored
[libc++] Bump the FreeBSD builder to Clang 20 (#162564)
1 parent 67e6a37 commit 55bd6fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ constexpr bool test() {
226226

227227
#ifdef _LIBCPP_VERSION
228228
// These types should be implicit-lifetime, but they are not guaranteed to be so.
229+
# ifndef _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
229230
test_is_implicit_lifetime<std::pair<int, float>>();
231+
# endif
230232
test_is_implicit_lifetime<std::tuple<int, float>>();
231233
#endif
232234

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ steps:
122122
- label: FreeBSD 13 amd64
123123
command: libcxx/utils/ci/run-buildbot generic-cxx26
124124
env:
125-
CC: clang19
126-
CXX: clang++19
125+
CC: clang20
126+
CXX: clang++20
127127
agents:
128128
queue: libcxx-builders
129129
os: freebsd

0 commit comments

Comments
 (0)