commit:     2abf7b18e945a1baee9b503cbc6650bf28c46f22
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Tue Nov 10 17:03:14 2020 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 19:52:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abf7b18

musl profile: Disabled LLVM sanitizers as they do not work for now.

Closes: https://bugs.gentoo.org/753935
Closes: https://github.com/gentoo/gentoo/pull/18216

Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 profiles/default/linux/musl/package.use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/musl/package.use.mask 
b/profiles/default/linux/musl/package.use.mask
index ed9d78166df..113ac0bd81a 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/musl/package.use.mask
@@ -7,6 +7,9 @@ net-misc/iputils idn
 # See bug #504200
 sys-devel/gcc sanitize
 
+# Disable sanitizers for LLVM, see bug #753935
+sys-devel/clang-runtime sanitize
+
 # These cause collisions with <libintl.h>
 # even with --without-included-gettext
 sys-devel/gettext nls

Reply via email to