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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 183B015800A for ; Tue, 18 Jul 2023 02:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49280E0845; Tue, 18 Jul 2023 02:51:00 +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 2A5B8E0845 for ; Tue, 18 Jul 2023 02:51:00 +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 05F15340D87 for ; Tue, 18 Jul 2023 02:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20638B89 for ; Tue, 18 Jul 2023 02:50:57 +0000 (UTC) From: "WANG Xuerui" 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" Message-ID: <1689647525.f0165c91e524991adfb91e32e618b25a3c0386a2.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: f0165c91e524991adfb91e32e618b25a3c0386a2 X-VCS-Branch: master Date: Tue, 18 Jul 2023 02:50:57 +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: 4749e99f-fc47-49be-8106-3009fabf194a X-Archives-Hash: 7aa36ca2818ad7f9478e68ce22951706 commit: f0165c91e524991adfb91e32e618b25a3c0386a2 Author: WANG Xuerui gentoo org> AuthorDate: Tue Jul 18 02:32:05 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jul 18 02:32:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0165c91 profiles/arch/loong: update sys-libs/compiler-rt-sanitizers unmasks Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.mask | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 4c90f0a3bf9d..7fca943273a7 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -188,11 +188,14 @@ mate-base/mate help # 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) +# XRay: https://reviews.llvm.org/D140727 (LLVM 17 since 20230714) +# libFuzzer: https://reviews.llvm.org/D140601 (LLVM 17 since 20230718) >=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 +>=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230717 -profile -xray +>sys-libs/compiler-rt-sanitizers-17.0.0_pre20230717 -libfuzzer # WANG Xuerui (2022-07-08) # virtual/{jdk,jre} is not available on loong yet.