sys-devel/llvm: Remove failing symbolizer test from 4.0.1
authorMichał Górny <mgorny@gentoo.org>
Wed, 14 Mar 2018 15:35:26 +0000 (16:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 14 Mar 2018 15:35:51 +0000 (16:35 +0100)
Closes: https://bugs.gentoo.org/623722

sys-devel/llvm/llvm-4.0.1-r1.ebuild

index 91367925dfa6ccdc1768c97939f627ca2985699e..5402ceaad42a6855dc7562a4f948be986a513e5b 100644 (file)
@@ -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