commit: e9e95072aa125db8b3bffbdfe7f81dfa013289e3 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 08:15:23 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 08:30:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e95072
profiles/arch/loong: unmask >=sys-libs/compiler-rt-sanitizers-15[asan] Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index d1c7930003ee..466175442007 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,12 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2022-10-04) +# Sanitizers partially supported on this architecture. +# +# ASan: https://reviews.llvm.org/D129418 (LLVM 15 and above) +>=sys-libs/compiler-rt-sanitizers-15 -asan + # WANG Xuerui <[email protected]> (2022-07-08) # virtual/jre is not available on loong yet. www-client/chromium js-type-check
