commit:     e7a2482b76274baf2a2287aa0eb9c0323fff6a97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 15:35:26 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 15:35:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a2482b

sys-devel/llvm: Remove failing symbolizer test from 4.0.1

Closes: https://bugs.gentoo.org/623722

 sys-devel/llvm/llvm-4.0.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild 
b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
index 91367925dfa..5402ceaad42 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
 

Reply via email to