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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3E6D138359 for ; Tue, 10 Nov 2020 19:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC08DE0802; Tue, 10 Nov 2020 19:52:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C98BE0802 for ; Tue, 10 Nov 2020 19:52:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0726E335DA3 for ; Tue, 10 Nov 2020 19:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7961843D for ; Tue, 10 Nov 2020 19:52:33 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1605037938.2abf7b18e945a1baee9b503cbc6650bf28c46f22.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/musl/package.use.mask X-VCS-Directories: profiles/default/linux/musl/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 2abf7b18e945a1baee9b503cbc6650bf28c46f22 X-VCS-Branch: master Date: Tue, 10 Nov 2020 19:52:33 +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: 2ba30140-5c2c-4ea5-b747-18bac64a8728 X-Archives-Hash: 22156903d256833536b3a42bed30bbe4 commit: 2abf7b18e945a1baee9b503cbc6650bf28c46f22 Author: Jonathan Davies protonmail com> AuthorDate: Tue Nov 10 17:03:14 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Nov 10 19:52:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abf7b18 musl profile: Disabled LLVM sanitizers as they do not work for now. Closes: https://bugs.gentoo.org/753935 Closes: https://github.com/gentoo/gentoo/pull/18216 Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Jory Pratt gentoo.org> profiles/default/linux/musl/package.use.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask index ed9d78166df..113ac0bd81a 100644 --- a/profiles/default/linux/musl/package.use.mask +++ b/profiles/default/linux/musl/package.use.mask @@ -7,6 +7,9 @@ net-misc/iputils idn # See bug #504200 sys-devel/gcc sanitize +# Disable sanitizers for LLVM, see bug #753935 +sys-devel/clang-runtime sanitize + # These cause collisions with # even with --without-included-gettext sys-devel/gettext nls