summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-28 08:12:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-28 08:12:21 +0000
commit2666e9c75caf914c25a25329523c982df8512930 (patch)
treef61f4e733f6cdee61c735387f39882eb01e3edbf /profiles/arch
parentaf929819f9adfd95dd0e667ce1fc598c65d63a4c (diff)
gentoo auto-resync : 28:12:2022 - 08:12:20
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/loong/package.use.mask10
1 files 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 <xen0n@gentoo.org> (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 <xen0n@gentoo.org> (2022-07-08)
# virtual/{jdk,jre} is not available on loong yet.