diff options
author | Jonathan Davies <jpds@protonmail.com> | 2020-11-10 17:03:14 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2020-11-10 13:52:18 -0600 |
commit | 2abf7b18e945a1baee9b503cbc6650bf28c46f22 (patch) | |
tree | 5f8d3a7447febd98168360506c25a0f40a2d960f /profiles/default | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.9.7 (diff) | |
download | gentoo-2abf7b18e945a1baee9b503cbc6650bf28c46f22.tar.gz gentoo-2abf7b18e945a1baee9b503cbc6650bf28c46f22.tar.bz2 gentoo-2abf7b18e945a1baee9b503cbc6650bf28c46f22.zip |
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@protonmail.com>
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/musl/package.use.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask index ed9d78166df7..113ac0bd81a2 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 |