Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Sun, 15 Dec 2019 04:05:54
Message-Id: 1576382743.99ef9c62b5806211d141758232339bbbe28ec35e.mgorny@gentoo
1 commit: 99ef9c62b5806211d141758232339bbbe28ec35e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 21:22:46 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 04:05:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ef9c62
7
8 sys-devel/clang: Remove obsolete patches from 9.0.1.9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang/clang-9.0.1.9999.ebuild | 9 ---------
13 1 file changed, 9 deletions(-)
14
15 diff --git a/sys-devel/clang/clang-9.0.1.9999.ebuild b/sys-devel/clang/clang-9.0.1.9999.ebuild
16 index c2cf4fd4db5..2c6f2930387 100644
17 --- a/sys-devel/clang/clang-9.0.1.9999.ebuild
18 +++ b/sys-devel/clang/clang-9.0.1.9999.ebuild
19 @@ -58,15 +58,6 @@ PDEPEND="
20 # least intrusive of all
21 CMAKE_BUILD_TYPE=RelWithDebInfo
22
23 -PATCHES=(
24 - # fix linking in non-native build (without tools-extra)
25 - # https://bugs.llvm.org/show_bug.cgi?id=43281
26 - "${FILESDIR}"/9.0.0/0001-clang-unittest-Import-LLVMTestingSupport-if-necessar.patch
27 - # fix build with gcc-9.0.0
28 - # https://bugs.llvm.org/show_bug.cgi?id=40547
29 - "${FILESDIR}"/9.0.0/0002-Initialize-all-fields-in-ABIArgInfo.patch
30 -)
31 -
32 # Multilib notes:
33 # 1. ABI_* flags control ABIs libclang* is built for only.
34 # 2. clang is always capable of compiling code for all ABIs for enabled