From: Michał Górny Date: Wed, 14 Mar 2018 15:35:26 +0000 (+0100) Subject: sys-devel/llvm: Remove failing symbolizer test from 4.0.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7a2482b76274baf2a2287aa0eb9c0323fff6a97;p=gentoo.git sys-devel/llvm: Remove failing symbolizer test from 4.0.1 Closes: https://bugs.gentoo.org/623722 --- diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild b/sys-devel/llvm/llvm-4.0.1-r1.ebuild index 91367925dfa6..5402ceaad42a 100644 --- a/sys-devel/llvm/llvm-4.0.1-r1.ebuild +++ b/sys-devel/llvm/llvm-4.0.1-r1.ebuild @@ -79,6 +79,9 @@ src_prepare() { # e.g. https://bugs.gentoo.org/617154 eapply "${FILESDIR}"/4.0.1/0001-cmake-Pass-Wl-z-nodelete-on-Linux-to-prevent-unloadi.patch + # Remove failing test (fixed in newer versions) + rm test/tools/llvm-symbolizer/print_context.c || die + # support building llvm against musl-libc use elibc_musl && eapply "${FILESDIR}"/9999/musl-fixes.patch