From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFF1415802C for ; Wed, 18 Dec 2024 18:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB27E07EA; Wed, 18 Dec 2024 18:50:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35480E07EA for ; Wed, 18 Dec 2024 18:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 261F133BF39 for ; Wed, 18 Dec 2024 18:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ED48AF5 for ; Wed, 18 Dec 2024 18:50:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1734547746.157fa7af7a854ee5fe99133005f1be74d28ad1d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 157fa7af7a854ee5fe99133005f1be74d28ad1d5 X-VCS-Branch: master Date: Wed, 18 Dec 2024 18:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 418d8bf5-0fd0-47f1-8506-e84777deb44b X-Archives-Hash: a7bdf7e6e7d1951e43a574a5c7fe5f17 commit: 157fa7af7a854ee5fe99133005f1be74d28ad1d5 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 18 18:49:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 18 18:49:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157fa7af profiles/base: Force llvm-runtimes/*[clang] Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.force | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 8d5e49dffa12..e79e18f28a2e 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-12-18) +# Force building these LLVM runtimes with Clang. GCC builds are not +# supported upstream (to the point of refusing bug fixes), and are +# likely to result in runtimes that are not fully functional. +llvm-runtimes/compiler-rt clang +llvm-runtimes/compiler-rt-sanitizers clang +llvm-runtimes/libunwind clang +llvm-runtimes/libcxx clang +llvm-runtimes/libcxxabi clang + # Matt Jolly (2024-11-13) # Force the use of the appropriate llvm_slot_x USE for Rust. # This is strictly papercut prevention; the ebuild will enforce the correct