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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DBB915800D for ; Sat, 1 Jul 2023 09:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50832E0B0E; Sat, 1 Jul 2023 09:07:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 366DCE0B0E for ; Sat, 1 Jul 2023 09:07:02 +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 6C052340C57 for ; Sat, 1 Jul 2023 09:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A4FA7D for ; Sat, 1 Jul 2023 09:06:59 +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: <1688202398.52ebb16cfcaac21b085bc889b7941c6025ee7fa7.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: 52ebb16cfcaac21b085bc889b7941c6025ee7fa7 X-VCS-Branch: master Date: Sat, 1 Jul 2023 09:06:59 +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: cd6b8cb7-3503-46d8-a44c-fc4906680197 X-Archives-Hash: 8c2ae424bfd52d550d94b02b00fd8588 commit: 52ebb16cfcaac21b085bc889b7941c6025ee7fa7 Author: WANG Xuerui gentoo org> AuthorDate: Sat Jul 1 04:52:29 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Jul 1 09:06:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ebb16c profiles/arch/loong: unmask sys-libs/compiler-rt-sanitizers[msan] for latest snapshot Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 36375ecf47e9..bebb6785d47a 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -178,8 +178,10 @@ mate-base/mate help # UBSan: https://reviews.llvm.org/D139292 (LLVM 16 since 20221208) # 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) >=sys-libs/compiler-rt-sanitizers-15 -asan >=sys-libs/compiler-rt-sanitizers-16.0.0_rc1 -lsan -safestack -scudo -tsan -ubsan +>=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230630 -msan # WANG Xuerui (2022-07-08) # virtual/{jdk,jre} is not available on loong yet.