From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1536658-garchives=archives.gentoo.org@lists.gentoo.org>
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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E558515800D
	for <garchives@archives.gentoo.org>; Tue, 11 Jul 2023 08:23:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39B8EE0869;
	Tue, 11 Jul 2023 08:23:52 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1EFDAE0869
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jul 2023 08:23:52 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 29E85340D4D
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jul 2023 08:23:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A4BACD
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Jul 2023 08:23:49 +0000 (UTC)
From: "WANG Xuerui" <xen0n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org>
Message-ID: <1689063817.fd944f035e6e73df5ea72e41c3dac58aaec39caf.xen0n@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/loong/package.use.mask
X-VCS-Directories: profiles/arch/loong/
X-VCS-Committer: xen0n
X-VCS-Committer-Name: WANG Xuerui
X-VCS-Revision: fd944f035e6e73df5ea72e41c3dac58aaec39caf
X-VCS-Branch: master
Date: Tue, 11 Jul 2023 08:23:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3f14fde2-1cb8-4cb4-b035-8c4ccc939efc
X-Archives-Hash: ef558aae94ebd47221fa96a4f656d2b5

commit:     fd944f035e6e73df5ea72e41c3dac58aaec39caf
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 08:22:53 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 08:23:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd944f03

profiles/arch/loong: unmask sys-libs/compiler-rt-sanitizers[dfsan,profile]

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 profiles/arch/loong/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask
index b6514722bf42..8e1d36864cd1 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -182,9 +182,13 @@ mate-base/mate help
 # SafeStack: https://reviews.llvm.org/D139494 (LLVM 16 since 20221210)
 # LSan: https://reviews.llvm.org/D139686 (LLVM 16 since 20230114)
 # MSan: https://reviews.llvm.org/D152692 (LLVM 17 since 20230629)
+# DFSan: https://reviews.llvm.org/D140690 (LLVM 17 since 20230703)
+# Profile: https://reviews.llvm.org/D154405 (LLVM 17 since 20230706)
 >=sys-libs/compiler-rt-sanitizers-15 -asan
 >=sys-libs/compiler-rt-sanitizers-16 -lsan -safestack -scudo -tsan -ubsan
 >=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230630 -msan
+>=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230705 -dfsan
+>sys-libs/compiler-rt-sanitizers-17.0.0_pre20230705 -profile
 
 # WANG Xuerui <xen0n@gentoo.org> (2022-07-08)
 # virtual/{jdk,jre} is not available on loong yet.