profiles/arch/mips: unmask sanitizers

Bug: https://bugs.gentoo.org/779742
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Matoro Mahri
2024-05-01 13:02:54 -04:00
committed by Ionen Wolkens
parent 160274ac64
commit a5d7132f3a
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2024-05-01)
# Sanitizers supported on 64-bit mips only, #779742
sys-libs/compiler-rt-sanitizers -dfsan -lsan -msan -tsan -cfi

View File

@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2024-05-01)
# Sanitizers supported on both 32-bit and 64-bit mips, #779742
sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray
# matoro <matoro_gentoo@matoro.tk> (2024-03-21)
# Test suite is very fragile and doesn't even run on amd64.
# No real point in running it here right now, bug #804115.