From nobody Fri May 29 23:01:00 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gRzNs2VJbz6gDdl for ; Fri, 29 May 2026 23:01:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gRzNr6mrfz4PCh for ; Fri, 29 May 2026 23:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780095661; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OpoUQuMfZ+J5534zj9TuGlLgUyx8VDVxZT4jtjdZPDQ=; b=VcjpDC4JfoYCr/MisorLREGySimbunxf2yLVtSz+uPL8PFLDESV1M73zz139+wNV7csMfW 2l3pZWKDQue5cdzW8EDcujT1o+hhUaozA3xNqPxlJ3i1O2Qs2CA61bsRGssWnRqZM0txj/ 99CU5kOdwqlsGfqRUGKwxz6Cfz/MxyNRUVo0yTg0A/baR6o6RJsTd/MlBUrBaaA7FprWyA TdcPWqjrRAzjiFpfJT4XxJwRNeqvXaVxwUJnckM6l57izPXk+HMh/kqHWbaGcgrj+48i0r nyxZDZX6M3a0CgAPjZ9/CxWsF3c5n6EKlUEAyWALgABDvXZY8Kd4R+vKjmXxCg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780095661; a=rsa-sha256; cv=none; b=qAB1xhOFsY85J+BSARGSD9kljMHmI47eHOgsx1IlfmjjDqDsPsB4w+mO6lbqasBMm0Xmw9 hjbTWClCWKB2D7pgegFeygrX7DDWsbfuEwbk7+PeEoPc0935QPeECPaOs+QG8gLBeg2p0c yqpUDBABXSsgLq1hLonjOmRx/JcFGngSzTcRAQZ+e27Zs/Jm209601q7ObujzP0iEs0j1r A0weBO5R3naXHXQhKFhKDQAeq9jkrv5Pj6mDMt1zlV8DX5BLwITBbEGgZ08Kl0G2SsNzye Go87aBLMAV8L79GG79np8KCgPvVom3O8jeW6SLPn+Sz6FYuWB+lLhcbM9SFxIQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780095661; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OpoUQuMfZ+J5534zj9TuGlLgUyx8VDVxZT4jtjdZPDQ=; b=AR7bd2LJWclSaxqIQOY/7tYPVjcrePQHptIhc4Sn2kvp3mQ69omCjksF/70E9RU3sVozf3 Ypv6jJmUNj7uie0xHVkLmgeu4p+5NAIU0Xn2hCYlo/yxIM+TSip7ZDNusWtbZbR004EeCV T+YKLIQLS6G8eeypRA135BjaMcuQoKlPnj0OFaNeA5nzgSZ40FwEwc2MlTqT3xeh/S8bma hiRWfEWdd1yUTLj99haCeQoCR42paeZiyI61m7AddNA2l+hHXjczvLzl/nZg54pj56zWgM wPLSD38/YyQt/uockthysvh+z5pdQRKO+uZqPnABXFKLfAdm54kiyA8plqq9ng== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gRzNr6CqcztRh for ; Fri, 29 May 2026 23:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 42753 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 29 May 2026 23:01:00 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 67b0fd370bdb - stable/15 - Revert "libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:" List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 67b0fd370bdb67a819e5980db91f49a111b7c1be Auto-Submitted: auto-generated Date: Fri, 29 May 2026 23:01:00 +0000 Message-Id: <6a1a1aac.42753.2c4884d4@gitrepo.freebsd.org> The branch stable/15 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=67b0fd370bdb67a819e5980db91f49a111b7c1be commit 67b0fd370bdb67a819e5980db91f49a111b7c1be Author: Dimitry Andric AuthorDate: 2025-12-06 20:24:15 +0000 Commit: Dimitry Andric CommitDate: 2026-05-29 22:57:28 +0000 Revert "libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:" This reverts commit a7455c47801ea1e4c4eed10cab2072375f6f92a2, in preparation for merging llvm 21, in preparation for merging llvm 21. PR: 292067 MFC after: 1 month (cherry picked from commit 3ca6facafc4c96fa9d6027b6f3b50b7c3e3a5dbf) --- contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h b/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h index b378a20cedeb..baa6df94714f 100644 --- a/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h +++ b/contrib/llvm-project/libcxx/include/__type_traits/is_convertible.h @@ -11,12 +11,6 @@ #include <__config> #include <__type_traits/integral_constant.h> -#include <__type_traits/is_array.h> -#include <__type_traits/is_function.h> -#include <__type_traits/is_void.h> -#include <__type_traits/remove_reference.h> -#include <__utility/declval.h> -#include #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) # pragma GCC system_header