diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-14 16:35:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-14 16:35:51 +0100 |
commit | e7a2482b76274baf2a2287aa0eb9c0323fff6a97 (patch) | |
tree | 457d5ee59741e0441c3f9dd6693a39446a65e28b /sys-devel | |
parent | sys-devel/automake: Drop insecure revisions (diff) | |
download | gentoo-e7a2482b76274baf2a2287aa0eb9c0323fff6a97.tar.gz gentoo-e7a2482b76274baf2a2287aa0eb9c0323fff6a97.tar.bz2 gentoo-e7a2482b76274baf2a2287aa0eb9c0323fff6a97.zip |
sys-devel/llvm: Remove failing symbolizer test from 4.0.1
Closes: https://bugs.gentoo.org/623722
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-4.0.1-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |