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 6021B158020 for ; Wed, 28 Dec 2022 01:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77700E085A; Wed, 28 Dec 2022 01:45:30 +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 5D4C2E085A for ; Wed, 28 Dec 2022 01:45:30 +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 62BB033BF35 for ; Wed, 28 Dec 2022 01:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37B47D0 for ; Wed, 28 Dec 2022 01:45:27 +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: <1672191852.c0172d47b9393570e796e19309d27c4182c6f591.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: c0172d47b9393570e796e19309d27c4182c6f591 X-VCS-Branch: master Date: Wed, 28 Dec 2022 01:45:27 +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: 43d2cf20-11db-49c8-823e-db7a2b9324b8 X-Archives-Hash: cebd09a05f2947ff6a865ad1e3ff89ae commit: c0172d47b9393570e796e19309d27c4182c6f591 Author: WANG Xuerui gentoo org> AuthorDate: Wed Dec 28 01:44:12 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Dec 28 01:44:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0172d47 profiles/arch/loong: update package.use.mask entries for LLVM toolchain Several pieces now pass tests. Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.mask | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 18cc8a8b6d5f..96a1fe3e6b74 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -139,13 +139,10 @@ app-office/libreoffice clang # LLVM toolchain now partially usable on loong, mask the remaining pieces # pending test/bugfixes/porting. # -# - sys-libs/libcxxabi: fails many tests but is apparently working -# - sys-libs/libcxx: fails many tests, more upstream work likely needed -# - sys-libs/libomp: fails 4 tests -# - need at least https://reviews.llvm.org/D138177 but there could be more +# - sys-libs/libcxx: will work once https://reviews.llvm.org/D139297 lands # - sys-devel/lld: port is still under review sys-devel/clang-common default-libcxx default-lld -sys-devel/clang-runtime libcxx openmp +sys-devel/clang-runtime libcxx # WANG Xuerui (2022-11-18) # net-libs/webkit-gtk is not available on loong yet. @@ -159,8 +156,9 @@ mate-base/mate help # ASan: https://reviews.llvm.org/D129418 (LLVM 15 and above) # TSan: https://reviews.llvm.org/D139292 (LLVM 16 since 20221208) # UBSan: https://reviews.llvm.org/D139292 (LLVM 16 since 20221208) +# SafeStack: https://reviews.llvm.org/D139494 (LLVM 16 since 20221210) >=sys-libs/compiler-rt-sanitizers-15 -asan ->=sys-libs/compiler-rt-sanitizers-16.0.0_pre20221210 -tsan -ubsan +>=sys-libs/compiler-rt-sanitizers-16.0.0_pre20221210 -safestack -tsan -ubsan # WANG Xuerui (2022-07-08) # virtual/{jdk,jre} is not available on loong yet.